From e929d3fe2cfb1233b6fbce2d596a885395aa46a4 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 18 Oct 2005 02:01:24 +0000 Subject: * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, ext/socket/extconf.rb: shouldn't define DESTCLEANFILES in depend, use $distcleanfiles in extconf.rb. * win32/Makefile.sub (distclean-local): should remove .config.h.time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c66ef8fb..491da05f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 18 10:58:27 2005 NAKAMURA Usaku + + * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend, + ext/socket/extconf.rb: shouldn't define DESTCLEANFILES in depend, + use $distcleanfiles in extconf.rb. + + * win32/Makefile.sub (distclean-local): should remove .config.h.time. + Mon Oct 17 09:42:50 2005 NAKAMURA Usaku * mkconfig.rb: fixup configure_args for mswin32 configure. -- cgit