From: Sergey Poznyakoff Date: Fri, 10 Apr 2015 08:18:38 +0000 (+0300) Subject: Fix make installcheck X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0c4aa85e6cab54f1c5b712bb59c4a1a07e26f6ec;hp=0c4aa85e6cab54f1c5b712bb59c4a1a07e26f6ec;p=chaz%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) ---