From ae13226414c8afbc5bd9b38b2b4009e258b47210 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Feb 2004 03:12:53 +0000 Subject: * ext/extmk.rb (parse_args): delay expanding $(extout) until invoking make. * lib/mkmf.rb (CLEANLIBS): should remove files have specific extensions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 813ee940b..0afc73c9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 17 12:12:47 2004 Nobuyoshi Nakada + + * ext/extmk.rb (parse_args): delay expanding $(extout) until invoking + make. + + * lib/mkmf.rb (CLEANLIBS): should remove files have specific + extensions. + Tue Feb 17 11:33:30 2004 Nobuyoshi Nakada * lib/rss/rexmlparser.rb: REXML version may be 4 digits. -- cgit