summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 15:06:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 15:06:09 +0000
commit458feba700082fbf83f4db9cad868882a9c1317e (patch)
treed0f4a7008d3040280e49cfd7d5b4cc195c551d17 /curl
parentd016bec89496124b84eb5736378863ce8825e57f (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')
-rw-r--r--curl/makefile.mk7
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"