aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)