From: Sergey Poznyakoff Date: Fri, 10 Apr 2015 08:18:38 +0000 (+0300) Subject: Fix make installcheck X-Git-Tag: release_1_29~58 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0c4aa85e6cab54f1c5b712bb59c4a1a07e26f6ec;p=debian%2Ftar Fix make installcheck Make installcheck would fail unless make check had been run before it. Reported by Erik Brangs * tests/Makefile.am (installcheck-local): Depend on $(check_PROGRAMS) --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2d861ccc..da8b2689 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -258,7 +258,7 @@ check-full: #check_SCRIPTS = tar # Run the test suite on the *installed* tree. -installcheck-local: +installcheck-local: $(check_PROGRAMS) $(SHELL) $(TESTSUITE) $(TESTSUITEFLAGS) AUTOTEST_PATH=$(exec_prefix)/bin