From 8ddc5056f21039a319a65bece258eccf479e35f8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Dec 2007 14:03:12 +0100 Subject: Avoid spurious "make check" failures due to omitted programs. * man/Makefile.am (distcheck-hook): Make check rules dependents of this target, not of check-local, so that people aren't distracted by failures due to programs omitted via --enable-no-install-program=... --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 8d1f7f7c9..b7b960e8f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -163,7 +163,7 @@ mapped_name = `echo $*|sed 's/^install$$/ginstall/; s/^test$$/[/'` && rm -rf $t ;; \ esac -check-local: check-x-vs-1 check-programs-vs-x +distcheck-hook: check-x-vs-1 check-programs-vs-x # Sort in traditional ASCII order, regardless of the current locale; # otherwise we may get into trouble with distinct strings that the -- cgit v1.2.3-54-g00ecf