From: Stefano Lattarini Date: Thu, 12 Jan 2012 08:36:05 +0000 (+0100) Subject: tests: add missing dependency for some 'ar-lib*.test' tests X-Git-Tag: v1.11.2b~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bb56e40bd31baa2488f0975e9d03e69ba7e963e;p=thirdparty%2Fautomake.git tests: add missing dependency for some 'ar-lib*.test' tests This change fixes spurious failures of the tests ar-lib4.test, ar-lib6a.test and ar-lib6b.test. * tests/Makefile.am (ar-lib4.log): Depend explicitly on the `libtool-macros.log' file. (ar-lib6a.log, ar-lib6b.log): Likewise. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 52b5114cc..bf732e5f1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -958,6 +958,9 @@ $(parallel_tests) # FIXME: make these automatically computed once we are merged into # FIXME: the `testsuite-work' branch. +ar-lib4.log: libtool-macros.log +ar-lib6a.log: libtool-macros.log +ar-lib6b.log: libtool-macros.log depcomp4.log: libtool-macros.log depcomp7.log: libtool-macros.log depcomp8b.log: libtool-macros.log