From 6b929e1faae767684a213ea0fec19ea4ad5cc4bd Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 7 Jan 2008 06:53:39 +0000 Subject: * common.mk, Makefile.in, */Makefile.sub (distclean-local): move removing rule of ext/ripper/y.output from common.mk to Makefiles that depend on platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb198812a..8bf914c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jan 7 15:42:46 2008 NAKAMURA Usaku + + * common.mk, Makefile.in, */Makefile.sub (distclean-local): move + removing rule of ext/ripper/y.output from common.mk to Makefiles + that depend on platforms. + Mon Jan 7 13:54:57 2008 Tanaka Akira * re.c (rb_reg_preprocess): fix fixed_enc condition. -- cgit