On Sunday 02 January 2011, Ralf Wildenhues wrote: > Hi Stefano, > > this has since been applied to maint: > > * Stefano Lattarini wrote on Fri, Dec 17, 2010 at 08:46:26PM CET: > > Subject: [PATCH] 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. > Oops, I missed a typo in NEWS when I pushed this patch.
Below is what I pushed to fix that. Sorry for the noise, Stefano -*-*- * NEWS: fix typo (forgotten word). --- ChangeLog | 4 ++++ NEWS | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a1d180..dcc4f75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 2011-01-02 Stefano Lattarini <stefano.lattar...@gmail.com> + + * NEWS: Fix typo (forgotten word). + +2011-01-02 Stefano Lattarini <stefano.lattar...@gmail.com> Ralf Wildenhues <ralf.wildenh...@gmx.de> docs: how to work around checks on invalid primary/directory couples diff --git a/NEWS b/NEWS index 5f1fd5b..eb31266 100644 --- a/NEWS +++ b/NEWS @@ -52,7 +52,7 @@ Bugs fixed in 1.11.0a: - The code for automatic dependency tracking works around a Solaris make bug triggered by sources containing repeated slashes when the - `subdir-objects' was used. + `subdir-objects' option was used. New in 1.11: -- 1.7.2.3