From 07aeab99f332ecce90c6f4f89c143c66cc17f252 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/trunk@11162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ce5bd107..d4037e593 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:49:02 2006 Tadayoshi Funaba * lib/date.rb: updated based on date2 3.9.5. -- cgit