summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2022-01-09 10:59:43 +0100
committerGaël Bonithon <gael@xfce.org>2022-01-09 11:15:37 +0100
commitcb5feb8cf76c7b2009c3d5273461da7d352d6d93 (patch)
tree94d8398c882a0973ba0a80f60315cb288f622512 /Makefile.am
parent19dd29632d698360faf0559895b0b03119eb1370 (diff)
downloadtumbler-cb5feb8cf76c7b2009c3d5273461da7d352d6d93.tar.gz
Build: Check for best possible grep, egrep, sed
In particular, $EGREP was introduced in d82e509551db98ff70e47d1990f759948ee7fecd whithout check.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ea0fb27..867d581 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ distclean-local:
rm -rf *.spec *.cache *~
distuninstallcheck_listfiles = \
- find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+ find . -type f -print | $(GREP) -v ./share/icons/hicolor/icon-theme.cache
.PHONY: ChangeLog