summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2017-08-16 18:16:12 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-15 10:52:06 +0200
commit333b98f2d108111e9a99e7ede17de7f0a1adba03 (patch)
treef8cacce54268f3a5f69d1228e177691d852068fa /t
parent274590d84cf18c4cdbab10b59072169f07c13256 (diff)
downloadautomake-333b98f2d108111e9a99e7ede17de7f0a1adba03.tar.gz
automake: Depend on LIBOBJDIR for LIBOBJS and ALLOCA
This change fixes automake bug#27781. * bin/automake.in: Add Makefile dependency on LIBOBJDIR/dirstamp for each LIBOBJS/ALLOCA source file found. * t/list-of-tests.mk (XFAIL_TESTS): Drop t/libobj-no-dependency-tracking.sh. * NEWS: Announce bug fix.
Diffstat (limited to 't')
-rw-r--r--t/list-of-tests.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index dab4a7c20..ebf965166 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -38,7 +38,6 @@ t/override-conditional-pr13940.sh \
t/dist-pr109765.sh \
t/instdir-cond2.sh \
t/java-nobase.sh \
-t/libobj-no-dependency-tracking.sh \
t/objext-pr10128.sh \
t/remake-timing-bug-pr8365.sh \
t/lex-subobj-nodep.sh \