aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.m32
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-01-29 23:46:41 +0000
committerGunter Knauf <gk@gknw.de>2008-01-29 23:46:41 +0000
commitea3f63281c00d1a0826f238cdb26ce775f90f35d (patch)
tree947ccd80a7dd0aa8ef4c9997a4b6ee203f055e4d /lib/Makefile.m32
parent7b9435890d135533e12110fc4f71ebe5dab33945 (diff)
silent stupid 'del' message when no files to delete found;
added curl.res to clean target.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r--lib/Makefile.m326
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index bae8edbf2..d8131c7df 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -1,8 +1,8 @@
#########################################################################
# $Id$
#
-## Makefile for building libcurl.a with MingW32 (GCC-3.2) and
-## optionally OpenSSL (0.9.8), libssh2 (0.17), zlib (1.2.3)
+## Makefile for building libcurl.a with MingW32 (GCC-3.2)
+## and optionally OpenSSL (0.9.8), libssh2 (0.18), zlib (1.2.3)
##
## Usage:
## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [SSPI=1] [IPV6=1] [DYN=1]
@@ -41,7 +41,7 @@ LDFLAGS = -s
RANLIB = ranlib
RC = windres
RCFLAGS = --include-dir=../include -DCURLDEBUG=0 -O COFF -i
-RM = del /q /f
+RM = del /q /f > NUL 2>&1
STRIP = strip -g
########################################################