summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 92ff372429b2..3ac9ce6d3c22 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,6 +39,7 @@ Makefile $(BUILDDIR)/Makefile: $(BUILDDIR)/config_host.mk $(BUILDDIR)/config_hos
# run configure in an environment not polluted by config_host.mk
$(BUILDDIR)/config_host.mk : $(wildcard \
+ $(SRCDIR)/autogen.sh \
$(SRCDIR)/config_host.mk.in \
$(SRCDIR)/config_host_lang.mk.in \
$(SRCDIR)/Makefile.in \
@@ -49,7 +50,6 @@ $(BUILDDIR)/config_host.mk : $(wildcard \
$(SRCDIR)/m4/*.m4 \
$(BUILDDIR)/autogen.input \
$(BUILDDIR)/autogen.lastrun \
- $(BUILDDIR)/autogen.sh \
) \
$(shell . $(SRCDIR)/bin/get_config_variables JAVA_HOME && \
if test -n "$${JAVA_HOME}" -a ! -d "$${JAVA_HOME}/bin"; then echo force-restart; fi)