From e1e3f2404498ed5b0663fa7827fc6341eb0da7ff Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 24 Aug 2009 03:55:26 +0000 Subject: * win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead of $(MAKEDIRS). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24632 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 bba77efd8..50d722b58 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -854,7 +854,7 @@ lex.c: {$(srcdir)}lex.c.blt copy $(?:/=\) $@ enc/unicode/name2ctype.h: {$(srcdir)}enc/unicode/name2ctype.h.blt - $(MAKEDIRS) $(@D:/=\) + @md $(@D:/=\) copy $(?:/=\) $(@:/=\) $(OBJS): {$(hdrdir)/ruby}win32.h -- cgit