On Mon, Nov 01, 2010 at 07:41:12PM +0100, Lluís Batlle i Rossell wrote:
> On Mon, Nov 01, 2010 at 07:07:48PM +0100, Ralf Wildenhues wrote:
> > [ http://thread.gmane.org/gmane.comp.sysutils.automake.bugs/5061 ]
> >
> > * Lluís Batlle i Rossell wrote on Sun, Oct 31, 2010 at 05:49:00PM CET:
> > > On
Hello Andy, and thanks for the report.
I can confirm the bug with latest automake (from git master), with
a much-reduced minimal testcase (see attachment).
I still haven't looked for an explanation or a fix, though.
Regards,
Stefano
foo.test
Description: application/shellscript
Greets,
We have an automake file that, after includes are processed out, looks
something like this:
# -*- makefile-gmake -*-
CLEANFILES =
BUILT_SOURCES =
CLEANFILES += \
$(addprefix log/, $(addsuffix .log, $(notdir $(TESTS) _timing))) \
$(wildcard scratch/*) \
#
CLEANFILES += \
$(BUILT_