Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: use overridable $(FIND) instead of hard-coded 'find'
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 4b58b91820c10a531970074a2a95675af95389f7..15d13197d46b71f3720ec891210c35e6b2b2e8ec 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2093,7
+2093,7
@@
$(patsubst %.perl,%,$(SCRIPT_PERL)): perl/perl.mak
perl/perl.mak: perl/PM.stamp
perl/PM.stamp: FORCE
- $(QUIET_GEN)
find
perl -type f -name '*.pm' | sort >$@+ && \
+ $(QUIET_GEN)
$(FIND)
perl -type f -name '*.pm' | sort >$@+ && \
{ cmp $@+ $@ >/dev/null 2>/dev/null || mv $@+ $@; } && \
$(RM) $@+