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 | 8333d0d5eb9c287d0551573cbc62b146a9c598c2 (patch) | |
tree | 6028400f48e3809561f59953081e5725d9788aeb /hunspell/makefile.mk | |
parent | d66343ab594fac375f4e3fc939594e9ebe5d4963 (diff) |
#i107097# - pass MAXPROCESS to GNU make in external modules
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r-- | hunspell/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index 253607ab0c0f..7b2bc84e0789 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -62,7 +62,7 @@ CONFIGURE_FLAGS+= CFLAGS="$(EXTRA_CFLAGS)" CXXFLAGS="$(EXTRA_CFLAGS)" CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)" .ENDIF -BUILD_ACTION=make && make check +BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS) OUT2LIB=$(BUILD_DIR)$/src$/hunspell$/.libs$/libhunspell-1.2.a |