Makefile: use overridable $(FIND) instead of hard-coded 'find'
commit9145b19ecf163b9a4aa3c9fda38ca3af41cd52d3
authorJohannes Sixt <j6t@kdbg.org>
Mon, 6 Aug 2012 21:06:14 +0000 (6 23:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Aug 2012 21:21:13 +0000 (6 14:21 -0700)
tree148a92e770b21f192affecb290e6b9289ff06556
parentbfbf4d477a33be413800f531c3ac0d227f46ab44
Makefile: use overridable $(FIND) instead of hard-coded 'find'

The Makefile already offers the variable $(FIND) and uses it except in one
place. Fix it.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile