diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-01-12 09:36:05 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-01-12 09:36:05 +0100 |
commit | 6bb56e40bd31baa2488f0975e9d03e69ba7e963e (patch) | |
tree | 8d45388339280adb1425f7fa4b0fdbf9d269af26 /tests | |
parent | 7db422b23f1921c94a6eea7489b10b98fc7ef183 (diff) | |
download | automake-6bb56e40bd31baa2488f0975e9d03e69ba7e963e.tar.gz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 |