From ada6a17c37c4160b7ab075cdcd5b8562502a8379 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 15 Jan 2009 15:23:59 +0000 Subject: * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, miniprelude.c, newline.c): shoudn't copy when $(srcdir) != ".", too. (this is a workaround. we need more strict check.) * win32/Makefile.sub ($(INSNS)): shound't remove BASERUBY. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9e5ba7e5..7f5bb914b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 16 00:21:10 2009 NAKAMURA Usaku + + * win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc, + miniprelude.c, newline.c): shoudn't copy when $(srcdir) != ".", too. + (this is a workaround. we need more strict check.) + + * win32/Makefile.sub ($(INSNS)): shound't remove BASERUBY. + Fri Jan 16 00:19:55 2009 Koichi Sasada * gc.c (gc_with_gvl): suppress warnings. -- cgit