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 | 8d9587fb819c19c0c43dcdc26d4972ffcbd0d02f (patch) | |
tree | 9da4ac5570c986f18334eb81dbc8f79375b0efb9 /wince | |
parent | 39cac947b18894650fc166fb33ea66fe79c1d1a8 (diff) | |
download | ruby-8d9587fb819c19c0c43dcdc26d4972ffcbd0d02f.tar.gz |
* */Makefile.sub (distclean-local): should remove $(RBCONFIG).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 34a8446950..90f4224ddd 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 |