* cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files are

made at compile time, so should be removed by clean.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-11-19 13:44:06 +00:00
parent 8565b62aef
commit 83e274d46d
3 changed files with 6 additions and 3 deletions

View file

@ -102,6 +102,4 @@ endif
clean-local::
@$(RM) $(RUBY_EXP) $(RCFILES:.rc=.res.@OBJEXT@)
distclean-local::
@$(RM) $(RCFILES)