]> Dogcows Code - chaz/tar/commitdiff
Fix make installcheck
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 10 Apr 2015 08:18:38 +0000 (11:18 +0300)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 10 Apr 2015 08:35:44 +0000 (11:35 +0300)
Make installcheck would fail unless make check had been run before it.
Reported by Erik Brangs <erik.brangs@gmx.de>

* tests/Makefile.am (installcheck-local): Depend on $(check_PROGRAMS)

tests/Makefile.am

index 2d861ccca4aae07d972e612c93a7e3f32406eccc..da8b26898f31078e1882f2977be153859430263e 100644 (file)
@@ -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
 
 
This page took 0.018465 seconds and 4 git commands to generate.