From 6ed92a0265c44c999510254cdfd18a680b1d56c3 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 22 Jan 2008 10:40:23 +0000 Subject: * lib/mkmf.rb (create_makefile): lib files shoudn't depend on install dir because if the dir is newer than lib files, lib files will be always copied. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c997bff0e..dae8d49fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 22 19:37:16 2008 NAKAMURA Usaku + + * lib/mkmf.rb (create_makefile): lib files shoudn't depend on install + dir because if the dir is newer than lib files, lib files will be + always copied. + Tue Jan 22 17:52:52 2008 Martin Duerst * enc/trans/utf_16_32.c: Streamline parentheses, add more -- cgit