summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-02 08:49:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-02 08:49:28 +0000
commit6f964656cc7f1e309b649996c6dc877f9f870f7d (patch)
tree4a28b4ffc687466ec1592fdd3f1a725480f94157 /curl
parentb4a4f854abd3d25fe9d3a3c71e613792e34cdb00 (diff)
INTEGRATION: CWS macosxmerge (1.6.6); FILE MERGED
2003/05/16 19:38:54 fa 1.6.6.1: The makefile.mk for curl only expects the .so extension which is completely wrong for Mac OS X. Change it to use $(DLLPOST) instead. Issue 14552 Contributors: Dan Williams Dan Williams fa@ooo
Diffstat (limited to 'curl')
-rw-r--r--curl/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk
index 1610fde42673..74bfa171f366 100644
--- a/curl/makefile.mk
+++ b/curl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hr $ $Date: 2003-03-19 17:37:52 $
+# last change: $Author: vg $ $Date: 2003-06-02 09:49:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,7 +83,7 @@ CONFIGURE_FLAGS= --without-ssl --enable-ftp --enable-ipv6 --disable-http --disab
BUILD_DIR=$(CONFIGURE_DIR)$/lib
BUILD_ACTION=make
-OUT2LIB=$(BUILD_DIR)$/.libs$/libcurl*.so
+OUT2LIB=$(BUILD_DIR)$/.libs$/libcurl*$(DLLPOST)
.ENDIF # "$(GUI)"=="UNX"