summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk2
-rw-r--r--template/Makefile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 8103d8e020..4cb305ffc7 100644
--- a/common.mk
+++ b/common.mk
@@ -595,7 +595,7 @@ clean-local:: clean-runnable
$(Q)$(RM) $(PROGRAM) $(WPROGRAM) miniruby$(EXEEXT) dmyext.$(OBJEXT) dmyenc.$(OBJEXT) $(ARCHFILE) .*.time
$(Q)$(RM) y.tab.c y.output encdb.h transdb.h config.log rbconfig.rb $(ruby_pc) $(COROUTINE_H:/Context.h=/.time)
$(Q)$(RM) probes.h probes.$(OBJEXT) probes.stamp ruby-glommed.$(OBJEXT) ruby.imp ChangeLog
- $(Q)$(RM) GNUmakefile.old Makefile.old $(arch)-fake.rb bisect.sh $(ENC_TRANS_D)
+ $(Q)$(RM) GNUmakefile.old Makefile.old $(arch)-fake.rb bisect.sh $(ENC_TRANS_D) builtin_binary.inc
-$(Q) $(RMDIR) enc/jis enc/trans enc $(COROUTINE_H:/Context.h=) coroutine 2> $(NULL) || $(NULLCMD)
bin/clean-runnable:: PHONY
diff --git a/template/Makefile.in b/template/Makefile.in
index 3845f02dc7..50ea282976 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -474,9 +474,9 @@ clean-local::
$(Q)$(RM) \
ext/extinit.c ext/extinit.$(OBJEXT) ext/ripper/y.output \
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
- ruby-runner.$(OBJEXT) ruby-runner.h *.dSYM \
+ ruby-runner.$(OBJEXT) ruby-runner.h \
|| $(NULLCMD)
- -$(Q)$(RMALL) exe/
+ -$(Q)$(RMALL) exe/ *.dSYM
distclean-local::
$(Q)$(RM) \