summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-05-08 17:24:15 +0200
committerCaolán McNamara <caolanm@redhat.com>2018-05-09 10:30:19 +0200
commit4bf656bfaf0d939bf7fb49dffc1db9e78a12b04d (patch)
treeb2613bab5b356a29d3e7f35012034a8860ced13c
parent6f1781cb1e0209aa2d2fcaaf4f1adbd4c36d7f54 (diff)
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@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 745cf84060184ae707c047db17ef458aa7e384a1) Reviewed-on: https://gerrit.libreoffice.org/54006 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit b511cf5bae10689f85048c01b18f85c436742690) Reviewed-on: https://gerrit.libreoffice.org/54018 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 8566d0fb0fba..22c9db0411f4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -45,6 +45,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 \