diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-18 02:01:24 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-18 02:01:24 +0000 |
commit | e929d3fe2cfb1233b6fbce2d596a885395aa46a4 (patch) | |
tree | f2760f6150ea08dd8df976faf0864ecf45e91617 /win32 | |
parent | 92279ade8079f19abf106178bd3e52095145262e (diff) | |
download | ruby-e929d3fe2cfb1233b6fbce2d596a885395aa46a4.tar.gz ruby-e929d3fe2cfb1233b6fbce2d596a885395aa46a4.tar.xz ruby-e929d3fe2cfb1233b6fbce2d596a885395aa46a4.zip |
* 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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 1b0279ce2..21639a223 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -469,7 +469,7 @@ clean-local:: @$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res distclean-local:: - @$(RM) ext\config.cache $(RBCONFIG:/=\) + @$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\) @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc |