summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-05 02:02:14 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-05 02:02:14 +0300
commitbc20215a2b48c619ce7f243361e4306fe1b6caf0 (patch)
treed03ac5687dfc8117e3abf54259600ef606ac0697 /Makefile.in
parent5454f68e65a7e837cdd2e39d3d3313d62f007e3d (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 24c60a91e051..1ec2ad76f47f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,7 +25,9 @@ ifeq (@CROSS_COMPILING@,YES)
cross-build-toolset:
. ./Env.Build.sh && \
(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 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)
endif
install: