* 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
This commit is contained in:
usa 2009-10-19 06:04:10 +00:00
Родитель 4aa1cfc2c3
Коммит 55cc90b7e2
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Mon Oct 19 15:03:31 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to create
directory if it already exists.
Mon Oct 19 11:34:38 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* .gdbinit (rb_ps): dump all threads and their callstacks. based

Просмотреть файл

@ -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