From f76ae8e4c76f42dad1b5990ca90c784d79556774 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Oct 2006 15:56:48 +0000 Subject: * bcc32/Makefile.sub (post-install-ext): no longer needed. * bcc32/configure.bat: get rid of a quirk of Borland make, which sets empty macro in command line to "1". git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67aa8b05b..22bc9669b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Oct 14 00:55:08 2006 Nobuyoshi Nakada + + * bcc32/Makefile.sub (post-install-ext): no longer needed. + + * bcc32/configure.bat: get rid of a quirk of Borland make, which + sets empty macro in command line to "1". + Fri Oct 13 22:50:43 2006 Tadayoshi Funaba * lib/date.rb: updated based on date2 3.9.5. -- cgit