From 418b8e121c1e8312cdead70e5acb2d14e1a40639 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 8 Apr 2013 07:10:18 +0000 Subject: Fixes a build failure of ext/ripper/ripper.c on building out of place. * common.mk (id.h, id.c): Always generated in $(srcdir). (ext/ripper/ripper.c): Passes $(PATH_SEPARATOR) too to the sub make. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 440e566d68..6bec25019a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 8 16:03:55 2013 Yuki Yugui Sonoda + + Fixes a build failure of ext/ripper/ripper.c on building out of place. + * common.mk (id.h, id.c): Always generated in $(srcdir). + (ext/ripper/ripper.c): Passes $(PATH_SEPARATOR) too to the sub make. + Mon Apr 8 12:05:02 2013 NARUSE, Yui * object.c (rb_obj_ivar_set): call to_str for string only once. -- cgit v1.2.3