diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-24 14:29:51 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-24 14:29:51 +0000 |
commit | 59a1754a643082d12f9e0347a50d5bbe2ca3d271 (patch) | |
tree | 9e1c4f45bf821de7fda7042830cfd4aaaf0a7a33 /bcc32 | |
parent | b676e2671eaf82b7d1c71988d3f951183eef612b (diff) | |
download | ruby-59a1754a643082d12f9e0347a50d5bbe2ca3d271.tar.gz |
* common.mk, {bcc,win}32/Makefile.sub (clean-local): remove
intermediate files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index c07420f0d4..3a35952162 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -517,12 +517,11 @@ post-install-doc:: clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib @$(RM) $(RUBY_INSTALL_NAME).res $(RUBYW_INSTALL_NAME).res $(RUBY_SO_NAME).res + @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) ext\ripper\y.output distclean-local:: @$(RM) ext\config.cache $(RBCONFIG:/=\) - @$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc - @-$(RM) ext\ripper\y.output ext/extinit.obj: ext/extinit.c $(SETUP) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c |