diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-07-20 12:46:55 +0200 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-07-20 12:46:55 +0200 |
commit | 39565fee52df09b79977bb2c14e4bdc84b722d52 (patch) | |
tree | d0bf12d2ebdbfb7bae3c161477614129662b1da8 /hyphen | |
parent | 0e6d1583bc50cf27956f091ae8289ee164aefa1b (diff) |
#i107097# - pass MAXPROCESS to GNU make in external modules
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/makefile.mk | 2 |
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 |