diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-24 13:47:46 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2021-12-24 18:20:46 +0100 |
commit | 69b6c87eca7d7fa1e83653750e79e04ae1d5d384 (patch) | |
tree | 1bd0e836f6f7d35313ed880e93b46c3c021b2226 /Makefile.in | |
parent | 6bed8aa4462ac553921392533be646ef26f7b9e7 (diff) |
autogen.sh is actually in $(SRCDIR)
Change-Id: I9c58294fb607683929d370a5f2707901e2a88548
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127421
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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) |