On Friday 05 November 2010, Stefano Lattarini wrote:
> 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.
I've manged to find a very simple fix for the bug (see atta
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_