Skip to content

Commit

Permalink
import fix for #3733 from SDL tree - Makefile sleeps 3s if configure …
Browse files Browse the repository at this point in the history
…is outdated
  • Loading branch information
sezero committed Sep 11, 2019
1 parent 0aba926 commit 9e260bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.in
Expand Up @@ -50,9 +50,7 @@ LT_LDFLAGS = -no-undefined -rpath $(libdir) -release $(LT_RELEASE) -version-inf
all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/playwave$(EXE) $(objects)/playmus$(EXE)

$(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 $@
Expand Down

0 comments on commit 9e260bb

Please sign in to comment.