summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-23 13:10:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-23 13:21:24 +0100
commit55270ac3222bb00e60505ec7c2d63f0047152bfa (patch)
treebd6965dbe9258da2dba29d2a84bf41c79c960f0b /t
parentb2f771441af6d3fc26c4e4ab8273573f55d6723c (diff)
downloadautomake-55270ac3222bb00e60505ec7c2d63f0047152bfa.tar.gz
include: fix bug in handling of user-defined makefile fragments generation
If a user defined one single Makefile fragment to be included (via Automake includes) in his main Makefile.am, and gave a rule to generate that file from other data, Automake used to spuriously complain about with something like "overrides Automake target '$(srcdir)/foo.am". This change remove that spurious error (via a simple hack rather than a systematic change, but oh well). * lib/am/configure.am (%MAKEFILE-IN-DEPS%) [?HAVE-MAKEFILE-IN-DEPS?]: Add a trailing "$(am__empty)" to the list of targets, which is enough to trick Automake into not complaining about "duplicated targets" in case the '%MAKEFILE-IN-DEPS%' list expands to a single target that is also declared in some user-defined rule. * t/list-of-tests.mk (XFAIL_TESTS): Remove now-passing test 't/am-include-only-one-generated-fragment.sh'. * NEWS: Update. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
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 28b512cf6..c07eb72bd 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -30,7 +30,6 @@ t/pm/Version3.pl
XFAIL_TESTS = \
t/all.sh \
-t/am-include-only-one-generated-fragment.sh \
t/cond17.sh \
t/gcj6.sh \
t/override-conditional-2.sh \