diff options
-rw-r--r-- | makefile.after | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.after b/makefile.after index 2ecf39423..5dd5e1cac 100644 --- a/makefile.after +++ b/makefile.after @@ -92,7 +92,7 @@ endif .PHONY: all cleanall clean clean$(CLEANRULEPOSTFIX)
### Implicit rules ###
-CREATEDIR=if not exist $@ mkdir $@
+CREATEDIR=mkdir $@
$(OBJDIR) :
$(CREATEDIR)
@@ -129,4 +129,4 @@ endif ifdef DESTDIR
$(DESTDIR):
$(CREATEDIR)
-endif
\ No newline at end of file +endif
|