Hi Dmitry,
* Dmitry V. Levin wrote on Sun, Jan 17, 2010 at 02:37:10AM CET:
> There seems to be a bug in automake: silent-rules support is not
> compatible with --disable-dependency-tracking yet. Passing this option to
> configure results to garbage both in silent and verbose output.
> Here is a reproducer on GNU/Linux:
Confirmed. Ouch. It was simply an error to assume that with this:
.c.o:
# ...
$(variable) \
# commented-out stuff
# ...
compile command ...
$(variable) would still be expanded in the same line as the compile
command. D'oh.
Thank you for the bug report and test case! Still working on a fix.
Cheers,
Ralf