From: Jim Meyering Date: Mon, 8 Jul 2002 12:26:59 +0000 (+0000) Subject: (uninstall-local): Search for @GNU_PACKAGE@, X-Git-Tag: FILEUTILS-4_1_10~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffceff850d0b4b5f5321b65e43454395758b1f27;p=thirdparty%2Fcoreutils.git (uninstall-local): Search for @GNU_PACKAGE@, rather than the hard-coded `sh-utils'. --- diff --git a/src/Makefile.am b/src/Makefile.am index 26e36647ce..beeb8d7e59 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