[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - Makefile.in

Michael Stahl Michael.Stahl at cib.de
Tue May 8 21:30:04 UTC 2018


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

New commits:
commit a6f196647375fa382fe16bd0aa2c865c63420634
Author: Michael Stahl <Michael.Stahl at cib.de>
Date:   Tue May 8 17:24:15 2018 +0200

    Makefile: re-run configure when download.lst changes
    
    This can only break currently when the ODFVALIDATOR_JAR (or officeotron)
    changes, but then it does break and you get an outdated odfvalidator.sh.
    
    Change-Id: Idcdea3abe6516b71943f32c2bd412f79dc44d790
    Reviewed-on: https://gerrit.libreoffice.org/53993
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    (cherry picked from commit 745cf84060184ae707c047db17ef458aa7e384a1)
    Reviewed-on: https://gerrit.libreoffice.org/54000
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>

diff --git a/Makefile.in b/Makefile.in
index a1d6a675d7ed..6b2d4fcc9f25 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \
 		$(SRCDIR)/instsetoo_native/util/openoffice.lst.in \
 		$(SRCDIR)/configure.ac \
 		$(SRCDIR)/config_host/*.h.in \
+		$(SRCDIR)/download.lst \
 		$(BUILDDIR)/autogen.input \
 		$(BUILDDIR)/autogen.lastrun \
 		$(BUILDDIR)/autogen.sh \


More information about the Libreoffice-commits mailing list