Work around a bug in file-inclusion mechanism of Solaris make.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 May 2010 19:19:32 +0000 (21:19 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 23 Dec 2010 19:31:41 +0000 (20:31 +0100)
commit20fb9cebd5ca7c48c0eeba32d6ea42bab1f5b912
tree87de0ecb1ba10935cc1b2953240bbb85c0712ffc
parent9552ab180a2ecbccd8a2439ad860838a497315aa
Work around a bug in file-inclusion mechanism of Solaris make.

* automake.in (handle_single_transform): In the name of the
dependency file: collapse multiple slash characters into a single
one.
* tests/subobj11a.test: New test.
* tests/subobj11b.test: Likewise.
* tests/subobj11c.test: Likewise.
* tests/depcomp8a.test: Likewise.
* tests/depcomp8b.test: Likewise.
* tests/Makefile.am (TESTS): Updated.
* NEWS: Updated.

Report by Stefano Lattarini, quick fix by Ralf Wildenhues, final
patch and tests by Stefano Lattarini.
ChangeLog
NEWS
automake.in
tests/Makefile.am
tests/Makefile.in
tests/depcomp8a.test [new file with mode: 0755]
tests/depcomp8b.test [new file with mode: 0755]
tests/subobj11a.test [new file with mode: 0755]
tests/subobj11b.test [new file with mode: 0755]
tests/subobj11c.test [new file with mode: 0755]