summaryrefslogtreecommitdiff
path: root/Makefile.Watcom
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-10-03 22:55:42 +0200
committerGuenter Knauf <lists@gknw.net>2010-10-03 22:56:12 +0200
commit679c1032cb2ef153414b7999bc43ae3d31beda79 (patch)
treeeea5f3ba2b9ca8abad4ae20b4ae2e293eb3e6931 /Makefile.Watcom
parentfa0dd472cd647f94d8d1937b44ec87f4964c0b08 (diff)
downloadc-ares-679c1032cb2ef153414b7999bc43ae3d31beda79.tar.gz
c-ares-679c1032cb2ef153414b7999bc43ae3d31beda79.tar.bz2
c-ares-679c1032cb2ef153414b7999bc43ae3d31beda79.zip
Minor Watcom makefile tweaks.
Diffstat (limited to 'Makefile.Watcom')
-rw-r--r--Makefile.Watcom8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.Watcom b/Makefile.Watcom
index c1c6d5b..643155d 100644
--- a/Makefile.Watcom
+++ b/Makefile.Watcom
@@ -29,9 +29,13 @@ RC = wrc
! loaddll wlib wlibd
!endif
+!if $(__VERSION__) < 1250
+RM = del /q /f 2>NUL
+!else
+RM = rm -f
+!endif
MD = mkdir
-RM = del /q /f >NUL 2>&1
-RD = rmdir /q /s >NUL 2>&1
+RD = rmdir /q /s 2>NUL
CP = copy
CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &