From 39565fee52df09b79977bb2c14e4bdc84b722d52 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 20 Jul 2010 12:46:55 +0200 Subject: #i107097# - pass MAXPROCESS to GNU make in external modules --- hyphen/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyphen/makefile.mk') 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 -- cgit