diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 15:06:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 15:06:09 +0000 |
commit | 458feba700082fbf83f4db9cad868882a9c1317e (patch) | |
tree | d0f4a7008d3040280e49cfd7d5b4cc195c551d17 /curl/makefile.mk | |
parent | d016bec89496124b84eb5736378863ce8825e57f (diff) |
INTEGRATION: CWS ause017 (1.10.6); FILE MERGED
2005/01/26 12:02:41 hjs 1.10.6.1: #i35875# multiprocessing support for external modules
Diffstat (limited to 'curl/makefile.mk')
-rw-r--r-- | curl/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk index c95a36fe32d9..abfaf4c24888 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2004-12-23 09:45:37 $ +# last change: $Author: rt $ $Date: 2005-01-28 16:06:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,8 +91,9 @@ BUILD_DIR=$(CONFIGURE_DIR)$/lib .IF "$(OS)"=="IRIX" BUILD_ACTION=gmake .ELSE -BUILD_ACTION=make +BUILD_ACTION=$(GNUMAKE) .ENDIF +BUILD_FLAGS+= -j$(EXTMAXPROCESS) OUT2LIB=$(BUILD_DIR)$/.libs$/libcurl*$(DLLPOST)* .ENDIF # "$(GUI)"=="UNX" |