Mercurial > sdl-ios-xcode
comparison Makefile.in @ 1623:09375aed0208
Added a delay so the warning message isn't accidentally missed.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 13 Apr 2006 13:25:21 +0000 |
parents | 5bbfc3e20e10 |
children | 14f302c5b32c |
comparison
equal
deleted
inserted
replaced
1622:5bbfc3e20e10 | 1623:09375aed0208 |
---|---|
49 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) | 49 all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) |
50 | 50 |
51 $(srcdir)/configure: $(srcdir)/configure.in | 51 $(srcdir)/configure: $(srcdir)/configure.in |
52 @echo "Warning, configure.in is out of date" | 52 @echo "Warning, configure.in is out of date" |
53 #(cd $(srcdir) && sh autogen.sh && sh configure) | 53 #(cd $(srcdir) && sh autogen.sh && sh configure) |
54 @sleep 3 | |
54 | 55 |
55 Makefile: $(srcdir)/Makefile.in | 56 Makefile: $(srcdir)/Makefile.in |
56 $(SHELL) config.status $@ | 57 $(SHELL) config.status $@ |
57 | 58 |
58 $(objects): | 59 $(objects): |