[Libreoffice-commits] .: Makefile
Peter Foley
pefoley2 at kemper.freedesktop.org
Sun Feb 26 11:00:46 PST 2012
Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit a75873dea15719b5216cfd0476d30003ffc76e80
Author: Peter Foley <pefoley2 at verizon.net>
Date: Sun Feb 26 13:53:09 2012 -0500
allow autogen.sh to be run automatically
diff --git a/Makefile b/Makefile
index a37bca3..68bea91 100644
--- a/Makefile
+++ b/Makefile
@@ -342,12 +342,15 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),)
# restart since autogen can have changed
# config_host.k which is included in this
# Makefile
-Makefile: config_host.mk
+Makefile: $(SRCDIR)/config_host.mk
touch $@
-config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in autogen.lastrun
+$(SRCDIR)/config_host.mk : config_host.mk.in bin/repo-list.in ooo.lst.in configure.in autogen.lastrun
./autogen.sh
+autogen.lastrun:
+ @true
+
#
# Fetch
#
More information about the Libreoffice-commits
mailing list