diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-08 00:03:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-08 00:03:36 +0300 |
commit | 777095627d612b1471e062e909295f82b63e34bb (patch) | |
tree | c1a7d8c24e21d225fefda430f24d649de1311b00 | |
parent | 89ddefa31d2fb129353fa13b4221d782acca81df (diff) |
Add unodevtools to cross-build-toolset
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f9adbff33e18..9d45c5e0e30e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -24,6 +24,7 @@ cross-build-toolset: (cd idlc && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (cd icu && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@) && \ (cd udkapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ + (cd unodevtools && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (cd offapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (cd oovbaapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ (cd codemaker && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \ |