diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-09-10 09:30:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-09-10 09:30:34 +0000 |
commit | da88d7979fa050a49f473fb507dfade668c40851 (patch) | |
tree | 3b07d362f3825bce1510e4441811915ad06c2fcf /curl | |
parent | 8be092a59a1a7764e8fd90eb833b974e18ff82d2 (diff) |
#100000# ABI: Changed windows lineends to unixlineends
Diffstat (limited to 'curl')
-rw-r--r-- | curl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk index e096fda0f422..3fc239e61093 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2002-09-04 15:28:21 $ +# last change: $Author: vg $ $Date: 2002-09-10 10:30:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,7 +74,7 @@ TARGET=so_curl TARFILE_NAME=curl-7.9.8 .IF "$(GUI)"=="UNX" -PATCH_FILE_NAME=unx-curl-7.9.8.patch +PATCH_FILE_NAME=unx1-curl-7.9.8.patch CONFIGURE_DIR=.$/ #relative to CONFIGURE_DIR CONFIGURE_ACTION=.$/configure |