Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69b6c87eca7d7fa1e83653750e79e04ae1d5d384
Author:     Jan-Marek Glogowski <[email protected]>
AuthorDate: Fri Dec 24 13:47:46 2021 +0100
Commit:     Jan-Marek Glogowski <[email protected]>
CommitDate: Fri Dec 24 18:20:46 2021 +0100

    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 <[email protected]>

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)

Reply via email to