Run find in PATH [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-05-25 18:26:24 +09:00
parent ab7f8e32aa
commit cdfb027213
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

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