From 33df14986592d8fa044bbbb9db1aee0d2354096c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 27 May 2008 10:12:46 +0000 Subject: * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get rid of depending PREP with nmake. * common.mk (encs): depends on libruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dab042232..0367b00ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue May 27 19:12:37 2008 Nobuyoshi Nakada + + * Makefile.in (MKPREP), common.mk, win32/Makefile.sub (prelude.c): get + rid of depending PREP with nmake. + + * common.mk (encs): depends on libruby. + Tue May 27 19:00:22 2008 Akinori MUSHA * ext/stringio/stringio.c (strio_each_char, Init_stringio): Add -- cgit