>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> install uninstall installcheck:
SK> : Do not run $@ in elfutils.
SK> But automake did not notice that the rule redefines a standard rule.
Yes. This is also known as FIXME #3 in the parser...
--
Alexandre Duret-Lutz
Shared books are h
Hello,
the standard targets provided by Automake can be overriden from
Makefile.am. I tried the following:
install uninstall installcheck:
: Do not run $@ in elfutils.
But automake did not notice that the rule redefines a standard rule.
But it was copied to Makefile.in, as expected.
A