Re: Mltiple target rules not recognized

2006-08-22 Thread Alexandre Duret-Lutz
>>> "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

Mltiple target rules not recognized

2006-08-19 Thread Stepan Kasal
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