diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-11 03:39:55 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-11 03:39:55 +0000 |
| commit | 6fdf084fb1425f8b405ffb8c5405904586625f06 (patch) | |
| tree | 82f37fdb44c9ada4e30498204105e6d237f7dc68 /bcc32 | |
| parent | bc625d3598dce143ba024be26ef61fbe806fd7ba (diff) | |
* common.mk (clean-local): WINMAINOBJ is Windows specific.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 9652504c6..f358891bd 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -515,7 +515,7 @@ post-install-doc:: @$(NULLCMD) clean-local:: - @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib + @$(RM) $(WINMAINOBJ) 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 |
