aboutsummaryrefslogtreecommitdiff
path: root/makefile.after
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-08-04 14:41:12 +0000
committermarha <marha@users.sourceforge.net>2009-08-04 14:41:12 +0000
commit14ae761587a7f23b3cbf94f78be59899b016d4d2 (patch)
tree9a6fb0534e84078f8f5fb9aed68f85ac85f9ed37 /makefile.after
parent392f542ca74be7b3721e7a4af75544a39e0eceae (diff)
downloadvcxsrv-14ae761587a7f23b3cbf94f78be59899b016d4d2.tar.gz
vcxsrv-14ae761587a7f23b3cbf94f78be59899b016d4d2.tar.bz2
vcxsrv-14ae761587a7f23b3cbf94f78be59899b016d4d2.zip
makefile.after: isdir is not a valid command in cmd.exe
Diffstat (limited to 'makefile.after')
-rw-r--r--makefile.after2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.after b/makefile.after
index 5e9692d02..ea6c5191f 100644
--- a/makefile.after
+++ b/makefile.after
@@ -48,7 +48,7 @@ endif
.PHONY: all cleanall clean clean$(OBJDIRPREFIX)
### Implicit rules ###
-CREATEDIR=if not isdir $@ mkdir /s $@
+CREATEDIR=if not exist $@ mkdir $@
$(OBJDIR) :
$(CREATEDIR)