diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-22 01:08:23 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-22 01:08:23 +0000 |
| commit | 6b251d7ae5b806388f1f324cc69e32344ce72e25 (patch) | |
| tree | 9da4ac5570c986f18334eb81dbc8f79375b0efb9 | |
| parent | 15c73df340aa7c6df17ecfaf490f475dc698e36d (diff) | |
| download | ruby-6b251d7ae5b806388f1f324cc69e32344ce72e25.tar.gz ruby-6b251d7ae5b806388f1f324cc69e32344ce72e25.tar.xz ruby-6b251d7ae5b806388f1f324cc69e32344ce72e25.zip | |
* */Makefile.sub (distclean-local): should remove $(RBCONFIG).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 2 | ||||
| -rw-r--r-- | win32/Makefile.sub | 2 | ||||
| -rw-r--r-- | wince/Makefile.sub | 2 |
4 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Thu Apr 22 10:07:01 2004 NAKAMURA Usaku <usa@ruby-lang.org> + + * */Makefile.sub (distclean-local): should remove $(RBCONFIG). + Thu Apr 22 04:17:57 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_mod_define_method): allow binding methods to modules. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index ac788e2b9..45321a965 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -419,7 +419,7 @@ clean-local:: @$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res distclean-local:: - @$(RM) ext\config.cache + @$(RM) ext\config.cache $(RBCONFIG:/=\) @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc diff --git a/win32/Makefile.sub b/win32/Makefile.sub index a6db146c9..53b161e7a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -413,7 +413,7 @@ clean-local:: @$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res distclean-local:: - @$(RM) ext\config.cache + @$(RM) ext\config.cache $(RBCONFIG:/=\) @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 34a844695..90f4224dd 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -430,7 +430,7 @@ clean-local:: @$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res distclean-local:: - @$(RM) ext\config.cache + @$(RM) ext\config.cache $(RBCONFIG:/=\) @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc |
