aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-18 16:45:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-01-18 16:47:53 +0900
commit93a51c15d95b93bae428540966c73feebc9f5d4b (patch)
tree508e6d3c269108fad12c8679bf1fd839e482deb4 /template
parent1e29fe77f4b0f6260e7b418994e798e4277b66fe (diff)
downloadruby-93a51c15d95b93bae428540966c73feebc9f5d4b.tar.gz
Update clean-local [ci skip]
* Remove builtin_binary.inc which is generated for each time miniruby is built. * dSYM is a directory, not a file.
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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) \