diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-06 15:55:30 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-06 15:55:30 +0200 |
commit | a635cc935fae17f3c6c69cc0be88d85410f74336 (patch) | |
tree | bb08cd35ce6668411a88c0a9a83d5442dcf03ae0 /Makefile.in | |
parent | 2f059de8b77b12a806453e8f9156264762fe86cc (diff) |
make install and dev-install build-depend on all
* this enables "make all dev-install" or "make all install" calls
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 154611ae2dee..65f0ee25f27e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ cross-build-toolset: cd cross_toolset && \ build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ -install: +install:|all @. ./Env.Host.sh && \ echo "Installing in @PREFIXDIR@..." && \ 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" && \ |