summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ffi')
-rw-r--r--openpgp-ffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp-ffi/Makefile b/openpgp-ffi/Makefile
index ea4e013d..b25143d6 100644
--- a/openpgp-ffi/Makefile
+++ b/openpgp-ffi/Makefile
@@ -60,7 +60,7 @@ check-headers: force-build
$(CARGO_TARGET_DIR)/debug/libsequoia_openpgp_ffi.$(_SEQ_LIB_EXT) \
| cut -d' ' -f3 | sed s/^_// | sort -u | grep pgp_ \
| while read SYM ; \
- do git grep -q "$$SYM" include || echo $$SYM ; \
+ do grep -r -q "$$SYM" include || echo $$SYM ; \
done | tee $(CARGO_TARGET_DIR)/debug/.check-headers ; \
! test -s $(CARGO_TARGET_DIR)/debug/.check-headers