aboutsummaryrefslogtreecommitdiff
path: root/makefile.after
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.after')
-rw-r--r--makefile.after7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefile.after b/makefile.after
index ea6c5191f..49797e51c 100644
--- a/makefile.after
+++ b/makefile.after
@@ -87,7 +87,12 @@ $(x11thislocaledir)\%: %.pre
cl /nologo /EP $< -DXCOMM\#\# > $@
$(x11thislocaledir):
- if not exist $(x11thislocaledir) mkdir $(x11thislocaledir)
+ $(CREATEDIR)
all: $(x11thislocaledir)
endif
+
+ifdef DESTDIR
+$(DESTDIR):
+ $(CREATEDIR)
+endif \ No newline at end of file