From b0dc76ad9f87407deb8ba21eeac2f6e08ecab32e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Mar 2004 05:32:01 +0000 Subject: * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): separate files under directories due to directory separator. * */Makefile.sub (MKFILES): common.mk and */Makefile.sub should not be removed. * win32/Makefile.sub, wince/Makefile.sub: $* cannot appear in explicit rules. * cygwin/GNUmakefile.in: some mingw stuffs were missed. * lib/mkmf.rb (create_makefile): Borland make wrongly removes braces from command lines. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 22d130a6d..ce30b7d9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Tue Mar 23 14:31:47 2004 Nobuyoshi Nakada + + * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local): + separate files under directories due to directory separator. + + * */Makefile.sub (MKFILES): common.mk and */Makefile.sub should not be + removed. + + * win32/Makefile.sub, wince/Makefile.sub: $* cannot appear in explicit + rules. + + * cygwin/GNUmakefile.in: some mingw stuffs were missed. + + * lib/mkmf.rb (create_makefile): Borland make wrongly removes braces + from command lines. + Mon Mar 22 08:21:17 2004 Nobuyoshi Nakada * Makefile.in, */Makefile.sub, common.mk: extract common portions. -- cgit