From b9127221e5c28ab677c56fc5885259e90647e2a8 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 7 Jan 2008 06:53:39 +0000 Subject: * common.mk, Makefile.in, */Makefile.sub (distclean-local): move removing rule of ext/ripper/y.output from common.mk to Makefiles that depend on platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index e9b1d10427..4a22eef1ac 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -556,6 +556,7 @@ distclean-local:: @$(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 + @-$(RM) ext\ripper\y.output $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG) @$(MINIRUBY) $(srcdir)/win32/resource.rb \ -- cgit v1.2.3