summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-23 17:27:30 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-23 17:27:30 +0100
commita38fe86d4f425575e9753b34d65d73c98838b085 (patch)
tree8e93d7be7a83b87aa9212a51e20e24d60f576bfa /NEWS
parent912383451a4a394383a8e95240e3e98ee68faf72 (diff)
parent55270ac3222bb00e60505ec7c2d63f0047152bfa (diff)
downloadautomake-a38fe86d4f425575e9753b34d65d73c98838b085.tar.gz
Merge branch 'am-deps' into micro
* am-deps: include: fix bug in handling of user-defined makefile fragments generation tests: expose bug in handling of user-defined makefile fragments generation Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f4c835e7a..a7342978e 100644
--- a/NEWS
+++ b/NEWS
@@ -120,6 +120,13 @@ New in 1.14.2:
Makefiles, in the face of the newly-introduced randomization for
hash keys order in Perl 5.18.
+ - In older Automake versions, if a user defined one single Makefile
+ fragment (say 'foo.am') to be included (via Automake includes) in
+ his main Makefile.am, and defined a custom make rule to generate that
+ file from other data, Automake used to spuriously complain about with
+ something like "... overrides Automake target '$(srcdir)/foo.am".
+ This bug is now fixed.
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New in 1.14.1: