From 447e0fb804c37087e70a07edc34a8757f5afcc1d Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 Feb 2008 14:29:51 +0000 Subject: * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove intermediate files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 853e1d8db..7cafecaa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 24 23:29:48 2008 Nobuyoshi Nakada + + * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove + intermediate files. + Sun Feb 24 06:49:12 2008 Nobuyoshi Nakada * debug.c (ruby_set_debug_option): separated ruby_each_words(). -- cgit