From 1b220be4976daa55d63cbf20dd745f9057d903ef Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 19 Oct 2009 06:04:10 +0000 Subject: * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create directory if it already exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 5a6f18dad..b3567af16 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 -- cgit