From 365426804a96134d3e2c6810c6e71c5a0fed9ddf Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 15 Oct 2006 23:32:12 +0000 Subject: * mkconfig.rb: *OBJS are not needed for extension libraries. * {bcc32,wince,win32}/Makefile.sub (config.status): fixed typo, missing comma. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b2ce6eb1..4b6cc1f7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 16 08:30:43 2006 Nobuyoshi Nakada + + * mkconfig.rb: *OBJS are not needed for extension libraries. + + * {bcc32,wince,win32}/Makefile.sub (config.status): fixed typo, + missing comma. + Mon Oct 16 00:44:26 2006 Yukihiro Matsumoto * pack.c (pack_unpack): execute block if given with unpacked value -- cgit