summaryrefslogtreecommitdiff
path: root/src/master
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-06-05 19:21:41 +0000
committerTim Angus <tim@ngus.net>2006-06-05 19:21:41 +0000
commitb68c8fc89f688ee6d0e1fa095cb29f6d2190c791 (patch)
tree5bd24e6bb57732919868ba635edd44f5a07a14dc /src/master
parent84f715a3ca964f71c86d84b3baf51827646f7e9f (diff)
* s/del/rm -f/
Diffstat (limited to 'src/master')
-rw-r--r--src/master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master/Makefile b/src/master/Makefile
index dab5c08a..1390dcbb 100644
--- a/src/master/Makefile
+++ b/src/master/Makefile
@@ -5,7 +5,7 @@ ifeq ($(PLATFORM),mingw32)
BINEXT=.exe
RELEASE_LDFLAGS=-lwsock32
DEBUG_LDFLAGS=-lwsock32
- RM=del
+ RM=rm -f
MKDIR=mkdir
else
BINEXT=