summaryrefslogtreecommitdiff
path: root/hyphen
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-07-20 12:46:55 +0200
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-07-20 12:46:55 +0200
commit39565fee52df09b79977bb2c14e4bdc84b722d52 (patch)
treed0bf12d2ebdbfb7bae3c161477614129662b1da8 /hyphen
parent0e6d1583bc50cf27956f091ae8289ee164aefa1b (diff)
#i107097# - pass MAXPROCESS to GNU make in external modules
Diffstat (limited to 'hyphen')
-rw-r--r--hyphen/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk
index f1aa3806a17c..b733398c3c8d 100644
--- a/hyphen/makefile.mk
+++ b/hyphen/makefile.mk
@@ -74,7 +74,7 @@ BUILD_ACTION=make hyph_en_US.dic
@all:
echo "Nothing to do here."
.ELSE
-BUILD_ACTION=make && make check
+BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
OUT2INC += hyphen.h
.ENDIF