mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Added a delay so the warning message isn't accidentally missed.
This commit is contained in:
@@ -51,6 +51,7 @@ all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(S
|
||||
$(srcdir)/configure: $(srcdir)/configure.in
|
||||
@echo "Warning, configure.in is out of date"
|
||||
#(cd $(srcdir) && sh autogen.sh && sh configure)
|
||||
@sleep 3
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
$(SHELL) config.status $@
|
||||
|
||||
Reference in New Issue
Block a user