From c206ced65841bff504ae1628a1cf629f34709ec4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 12 Aug 2012 23:15:28 +0200 Subject: [PATCH] [ng] rename: am.dist.uninstallcheck-listfiles -> am.dist.uninstallcheck-listfiles Signed-off-by: Stefano Lattarini --- lib/am/distcheck.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk index a6009a9b0..421b15be8 100644 --- a/lib/am/distcheck.mk +++ b/lib/am/distcheck.mk @@ -209,7 +209,7 @@ distuninstallcheck_listfiles = find . -type f -print # uninstall, so we must be prepared to account for it. The following # check is not 100% strict, but is definitely good enough, and even # accounts for overridden $(infodir). -am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ +am.dist.uninstallcheck-listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ @@ -221,7 +221,7 @@ distuninstallcheck: echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ - test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + test `$(am.dist.uninstallcheck-listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ -- 2.47.2