From: Stefano Lattarini Date: Sun, 26 May 2013 20:12:35 +0000 (+0200) Subject: lint: remove dependency on obsolete check 'maintainer-check-list-of-tests' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fef0dd0d34159dea143000d2a12cd918bde21750;p=thirdparty%2Fautomake.git lint: remove dependency on obsolete check 'maintainer-check-list-of-tests' * maintainer/syntax-checks.mk: Here. Probably the result of an imperfect merge. Signed-off-by: Stefano Lattarini --- diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk index 06b36d1a5..f77b6b9af 100644 --- a/maintainer/syntax-checks.mk +++ b/maintainer/syntax-checks.mk @@ -89,10 +89,6 @@ $(syntax_check_rules): bin/automake bin/aclocal maintainer-check: $(syntax_check_rules) .PHONY: maintainer-check $(syntax_check_rules) -# Check that the list of tests given in the Makefile is equal to the -# list of all test scripts in the Automake testsuite. -maintainer-check: maintainer-check-list-of-tests - # I'm a lazy typist. lint: maintainer-check .PHONY: lint