]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: each test case depends on `defs-static'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 May 2011 08:20:25 +0000 (10:20 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 May 2011 08:20:25 +0000 (10:20 +0200)
* tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too.
Simplify comments.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 4c436e5e250dfffdc8638550abb4d00e19130caa..8e77e2a8640b373e2010aed22c6720d360c7fa69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-27  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       testsuite: each test case depends on `defs-static'
+       * tests/Makefile.am ($(TEST_LOGS)): Depends on `defs-static' too.
+       Simplify comments.
+
 2011-05-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        testsuite: avoid re-running few tests with 'parallel-tests' option
index 1c8e48cf5e9fa175be73bd79c978fafa8d8f0dc8..d1a3cda7a866e87f0af0973fddd1acad7d50df21 100644 (file)
@@ -1049,8 +1049,8 @@ $(parallel_tests)
 EXTRA_DIST += $(TESTS)
 
 
-# Each test case depends on defs, aclocal, and automake.
-$(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION)
+# Dependencies valid for each test case.
+$(TEST_LOGS): defs defs-static aclocal-$(APIVERSION) automake-$(APIVERSION)
 
 clean-local: clean-local-check
 .PHONY: clean-local-check
index 5b90af698f48fe744c2be7b39548c6f6865d92e7..d0430bf19d6dd6f60a499d6980a54de6afc379e7 100644 (file)
@@ -1716,8 +1716,8 @@ $(instspc_tests): Makefile.am
 instspc-data.log: instspc-tests.sh
 $(instspc_tests:.test=.log): instspc-tests.sh instspc-data.log
 
-# Each test case depends on defs, aclocal, and automake.
-$(TEST_LOGS): defs aclocal-$(APIVERSION) automake-$(APIVERSION)
+# Dependencies valid for each test case.
+$(TEST_LOGS): defs defs-static aclocal-$(APIVERSION) automake-$(APIVERSION)
 
 clean-local: clean-local-check
 .PHONY: clean-local-check