Fixed bug 3733 - Makefile sleeps for 3 seconds if configure is out of date

This commit is contained in:
Sam Lantinga 2017-08-09 16:20:04 -07:00
parent 2d67381a95
commit 53d4f5c9fc
1 changed files with 1 additions and 3 deletions

View File

@ -126,9 +126,7 @@ LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -v
all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARGET)
$(srcdir)/configure: $(srcdir)/configure.in
@echo "Warning, configure.in is out of date"
#(cd $(srcdir) && sh autogen.sh && sh configure)
@sleep 3
@echo "Warning, configure is out of date, please re-run autogen.sh"
Makefile: $(srcdir)/Makefile.in
$(SHELL) config.status $@