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

Stephan Bergmann sbergman at redhat.com
Sun Mar 3 23:49:53 PST 2013


 Makefile.in |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit a32283f452e54f31dab728e8df0822f43f2fce14
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 4 08:49:23 2013 +0100

    Resiliance against dropped prerequisites for rerunning autogen.sh
    
    Change-Id: I6ff56eb00cf6367d7b4de96ac887cb4e807bddb3

diff --git a/Makefile.in b/Makefile.in
index eb67dad..53ec395 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,7 +36,13 @@ $(BUILDDIR)/config_host.mk : \
 		$(BUILDDIR)/autogen.lastrun
 	$(SRCDIR)/autogen.sh
 
-# dummy rule in case autogen.lastrun does not exist
+# dummy rule in case any of the above prerequisites are removed, so that a stale
+# Makefile still triggers autogen.sh, or in case autogen.lastrun does not yet
+# exist
+$(SRCDIR)/config_host.mk.in \
+$(SRCDIR)/Makefile.in \
+$(SRCDIR)/instsetoo_native/util/openoffice.lst.in \
+$(SRCDIR)/configure.ac \
 $(BUILDDIR)/autogen.lastrun:
 	@true
 


More information about the Libreoffice-commits mailing list