[Libreoffice-commits] .: Makefile.in

Caolán McNamara caolan at kemper.freedesktop.org
Thu Dec 16 02:18:26 PST 2010


 Makefile.in |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit f234bf85820331dcae1983d308192393d098ec8c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Dec 16 10:17:30 2010 +0000

    run autogen if configure.in, etc. changed since Makefile was generated

diff --git a/Makefile.in b/Makefile.in
index 846c194..4b7ec53 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,8 @@
 # @configure_input@
-# FIXME: create 'install' and 'check' target
 
 SHELL=/usr/bin/env bash
 
-all: dmake/dmake at EXEEXT@ fetch
+all: Makefile dmake/dmake at EXEEXT@ fetch
 	@. ./*[Ee]nv.[Ss]et.sh && \
         cd instsetoo_native && \
         build.pl -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@
@@ -41,6 +40,9 @@ src/downloaded: ooo.lst download
 
 fetch: src/downloaded
 
+Makefile: configure.in set_soenv.in Makefile.in
+	./autogen.sh
+
 check:
 	@. ./*[Ee]nv.[Ss]et.sh && \
 	cd smoketestoo_native && \


More information about the Libreoffice-commits mailing list