diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-24 03:55:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-24 03:55:26 +0000 |
| commit | e1e3f2404498ed5b0663fa7827fc6341eb0da7ff (patch) | |
| tree | e0a3340601096fc580c8afdf5c38891e452680a3 | |
| parent | 1e1a038fb26897c1a0ea7c58d508330949c774f2 (diff) | |
| download | ruby-e1e3f2404498ed5b0663fa7827fc6341eb0da7ff.tar.gz ruby-e1e3f2404498ed5b0663fa7827fc6341eb0da7ff.tar.xz ruby-e1e3f2404498ed5b0663fa7827fc6341eb0da7ff.zip | |
* 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
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | win32/Makefile.sub | 2 |
2 files changed, 6 insertions, 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. 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 |
