From 6bb56e40bd31baa2488f0975e9d03e69ba7e963e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 12 Jan 2012 09:36:05 +0100 Subject: [PATCH] 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. --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2