From 7b13e10b92d7b5aaeecf9320754dde712c1387c6 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 Jan 2008 23:31:22 +0000 Subject: * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that can be executed even with -n. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9bc2b66e8..1d73b5cd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 31 08:31:19 2008 Nobuyoshi Nakada + + * common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that can + be executed even with -n. + Thu Jan 31 06:24:22 2008 Nobuyoshi Nakada * io.c (rb_io_close_read): replaces fptr with the tied writer if -- cgit