diff options
Diffstat (limited to 'curl')
-rw-r--r-- | curl/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/curl/makefile.mk b/curl/makefile.mk index a6cb45b8cf56..e096fda0f422 100644 --- a/curl/makefile.mk +++ b/curl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hjs $ $Date: 2002-09-02 10:26:18 $ +# last change: $Author: hr $ $Date: 2002-09-04 15:28:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ TARGET=so_curl TARFILE_NAME=curl-7.9.8 .IF "$(GUI)"=="UNX" +PATCH_FILE_NAME=unx-curl-7.9.8.patch CONFIGURE_DIR=.$/ #relative to CONFIGURE_DIR CONFIGURE_ACTION=.$/configure |