mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead of
$(MAKEDIRS). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7c2d363bae
commit
3bf1ea2217
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Aug 24 12:55:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead of
|
||||
$(MAKEDIRS).
|
||||
|
||||
Sun Aug 23 15:22:45 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* bootstraptest/runner.rb (main): "usage" description updated.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue