aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-20 16:04:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-20 16:07:10 +0900
commit0344283fd30f7e83529a7f4d33bc29886d01e29d (patch)
tree6f04248a242df85e1d62816dc120c9dff2431c40 /template
parent0ccc498e6e9f1f2884d72381d57c2f97cfa6e59a (diff)
downloadruby-0344283fd30f7e83529a7f4d33bc29886d01e29d.tar.gz
Fix missing parentheses [ci skip]
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index c0cf9f0494..8322ad7178 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -518,7 +518,7 @@ clean-local::
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
ruby-runner.$(OBJEXT) ruby-runner.h \
|| $(NULLCMD)
- $(Q)find . -name '*.bc' -o -name '*.[is]' -delete
+ $(Q)find . \( -name '*.bc' -o -name '*.[is]' \) -delete
-$(Q)$(RMALL) exe/ *.dSYM
distclean-local::