[Libreoffice-commits] core.git: Makefile.in

David Tardon dtardon at redhat.com
Wed Jul 24 03:17:59 PDT 2013


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

New commits:
commit af1365fbc211e871b72fb66e84022b5faf7b047f
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Jul 24 12:15:19 2013 +0200

    reconfigure on any change in config_host/*.h.in
    
    ... to avoid bad commits like 68c8dcec1f8689191e1be3366ec3c127096ae4d4 .
    
    Change-Id: I21c72f63c6363a7d2a34b4e30b932f9dd45926aa

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


More information about the Libreoffice-commits mailing list