mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Fixed bug 3733 - Makefile sleeps for 3 seconds if configure is out of date
This commit is contained in:
parent
2d67381a95
commit
53d4f5c9fc
@ -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)
|
all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARGET)
|
||||||
|
|
||||||
$(srcdir)/configure: $(srcdir)/configure.in
|
$(srcdir)/configure: $(srcdir)/configure.in
|
||||||
@echo "Warning, configure.in is out of date"
|
@echo "Warning, configure is out of date, please re-run autogen.sh"
|
||||||
#(cd $(srcdir) && sh autogen.sh && sh configure)
|
|
||||||
@sleep 3
|
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in
|
Makefile: $(srcdir)/Makefile.in
|
||||||
$(SHELL) config.status $@
|
$(SHELL) config.status $@
|
||||||
|
Loading…
Reference in New Issue
Block a user