Fix missing parentheses [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-12-20 16:04:14 +09:00
parent 0ccc498e6e
commit 0344283fd3
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -518,7 +518,7 @@ clean-local::
enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \ enc/encinit.c enc/encinit.$(OBJEXT) $(pkgconfig_DATA) \
ruby-runner.$(OBJEXT) ruby-runner.h \ ruby-runner.$(OBJEXT) ruby-runner.h \
|| $(NULLCMD) || $(NULLCMD)
$(Q)find . -name '*.bc' -o -name '*.[is]' -delete $(Q)find . \( -name '*.bc' -o -name '*.[is]' \) -delete
-$(Q)$(RMALL) exe/ *.dSYM -$(Q)$(RMALL) exe/ *.dSYM
distclean-local:: distclean-local::