[Libreoffice-commits] .: Makefile.in

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Tue Sep 6 06:56:28 PDT 2011


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

New commits:
commit a635cc935fae17f3c6c69cc0be88d85410f74336
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Sep 6 15:55:30 2011 +0200

    make install and dev-install build-depend on all
    
      * this enables "make all dev-install" or "make all install" calls

diff --git a/Makefile.in b/Makefile.in
index 154611a..65f0ee2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,7 +18,7 @@ cross-build-toolset:
 	cd cross_toolset && \
 	build.pl -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@
 
-install:
+install:|all
 	@. ./Env.Host.sh && \
 	echo "Installing in @PREFIXDIR at ..." && \
 	ooinstall "@PREFIXDIR@" && \
@@ -33,7 +33,7 @@ distro-pack-install: install
 	./bin/distro-install-sdk
 	./bin/distro-install-file-lists
 
-dev-install:
+dev-install:|all
 	@. ./Env.Host.sh && \
 	cd smoketestoo_native && \
 		export SAL_USE_VCLPLUGIN="svp" && \


More information about the Libreoffice-commits mailing list