summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-05 02:22:35 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-05 02:22:35 +0300
commit5dffecb3d3ef0bd7247d942adc8e24bf58e1a527 (patch)
treec3b8e358cbe0ad61bb47efeec8e66ca404addfb3 /Makefile.in
parent77a80e9ef05435a0be426cbfc2df997a8812df44 (diff)
Build more stuff in cross-build-toolset
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ec2ad76f47f..fff3ad1e9d21 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,9 @@ 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 ridljar && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -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 ridljar && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl)
endif
install: