Hi Michael,
On Sun, Nov 24, 2024 at 2:04 PM Michael Pratt wrote:
>
> Having a target defined as phony within a condition
> while another target is always defined as phony
> causes an automake warning:
>
> Makefile.am:67: warning: .PHONY was already defined in condition TRUE,
> which includes c
Having a target defined as phony within a condition
while another target is always defined as phony
causes an automake warning:
Makefile.am:67: warning: .PHONY was already defined in condition TRUE, which
includes condition GCOV ...
config/eu.am:141: ... '.PHONY' previously defined here
Mak