From 6b929e1faae767684a213ea0fec19ea4ad5cc4bd 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: http://svn.ruby-lang.org/repos/ruby/trunk@14926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index ed3c6f2d6..1b2c3881f 100644 --- a/common.mk +++ b/common.mk @@ -315,7 +315,6 @@ distclean-local:: clean-local @$(RM) $(MKFILES) config.h rbconfig.rb yasmdata.rb @$(RM) config.cache config.log config.status config.status.lineno $(PRELUDES) @$(RM) *~ *.bak *.stackdump core *.core gmon.out y.tab.c y.output $(PREP) - @-$(RM) ext/ripper/y.output distclean-ext: @-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) distclean # -$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h -- cgit