summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-19 06:04:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-19 06:04:10 +0000
commit55cc90b7e260d6fc5af71c07db48b676753ff195 (patch)
tree3c132065cb8081a53af540336165d279f6359f07 /win32
parent4aa1cfc2c3e196a9434e8415c680638d914b35e1 (diff)
* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create
directory if it already exists. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 5a6f18dadf..b3567af16f 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -877,7 +877,7 @@ lex.c: {$(srcdir)}lex.c.blt
copy $(?:/=\) $@
enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt
- @md $(@D:/=\)
+ @if not exist $(@D:/=\) md $(@D:/=\)
copy $(?:/=\) $(@:/=\)
$(OBJS): {$(hdrdir)/ruby}win32.h