Skip to content

Commit

Permalink
backport fix for #3733 - Makefile sleeps 3s if configure is out of date
Browse files Browse the repository at this point in the history
(default branch commit 946452867)
  • Loading branch information
sezero committed Sep 11, 2019
1 parent c9fdcf5 commit fe6f33f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.in
Expand Up @@ -54,9 +54,7 @@ LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -v
all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_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 $@
Expand Down

0 comments on commit fe6f33f

Please sign in to comment.