summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-07 00:00:13 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-07 00:09:34 +0300
commit2fbf02f9f1a840967fc4b52a67b41cbd31413422 (patch)
tree60be39324b663d9ea1cb3769891d997be39a9baa /Makefile.in
parent16d69d1dc1a43a0cda3e5f79fcb675a5c214d687 (diff)
Add dictionaries to cross-build-toolset
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 876b81e1db6b..62f8da865086 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,7 +28,8 @@ cross-build-toolset:
(cd codemaker && 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) && \
(cd glib && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
- (cd gettext && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl)
+ (cd gettext && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
+ (cd dictionaries && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@)
endif
install: