From ffceff850d0b4b5f5321b65e43454395758b1f27 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 8 Jul 2002 12:26:59 +0000 Subject: (uninstall-local): Search for @GNU_PACKAGE@, rather than the hard-coded `sh-utils'. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 26e36647c..beeb8d7e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -119,7 +119,7 @@ install-exec-local: su uninstall-local: # Remove su only if it's one we installed. - @if grep 'GNU sh-utils' $(installed_su) > /dev/null 2>&1; then \ + @if grep '@GNU_PACKAGE@' $(installed_su) > /dev/null 2>&1; then \ echo " rm -f $(installed_su)"; \ rm -f $(installed_su); \ else :; fi -- cgit v1.2.3-54-g00ecf