summaryrefslogtreecommitdiff
path: root/src/master/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2005-12-28 19:16:23 +0000
committerTim Angus <tim@ngus.net>2005-12-28 19:16:23 +0000
commit13e1832ab581fb91387150613c571adf840e8940 (patch)
treead0541d108404709e8c2a7577020c56a86c2b059 /src/master/Makefile
parent4e62f09c50f1f4a5cecf5bc979101903e0a8c67f (diff)
* Some win32 fixes
Diffstat (limited to 'src/master/Makefile')
-rw-r--r--src/master/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master/Makefile b/src/master/Makefile
index 308ebf05..0e953bc3 100644
--- a/src/master/Makefile
+++ b/src/master/Makefile
@@ -8,7 +8,7 @@ ifeq ($(PLATFORM),mingw32)
RELEASE_LDFLAGS=-lwsock32
DEBUG_LDFLAGS=-lwsock32
RM=del
- MKDIR=md
+ MKDIR=mkdir
else
BINEXT=
RELEASE_LDFLAGS=