Skip to content

Commit

Permalink
Run find in PATH [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 25, 2022
1 parent ab7f8e3 commit cdfb027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit cdfb027

Please sign in to comment.