From d0aeee74c9b57f0505fbb6cb9e435a880a097f71 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 25 Sep 2007 23:36:48 +0000 Subject: * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other objects. [ruby-Bugs-14228] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cecbe4fd3..4050de17f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 26 08:36:31 2007 Nobuyoshi Nakada + + * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other + objects. [ruby-Bugs-14228] + Wed Sep 26 05:12:17 2007 Nobuyoshi Nakada * parse.y (parser_yyerror): limit error message length. -- cgit