mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 02:12:30 +01:00
Apparently, automake does not like when there are multiple .PHONY definitions and some of them are conditionals, it generates a warning: Makefile.am:84: warning: .PHONY was already defined in condition USE_LCOV, which is included in condition TRUE ... Makefile.am:58: ... '.PHONY' previously defined here This is probably a false message, because in the end, conditional or not, the result will not be significantly different, so this patch just moves the .PHONY definition outside the conditional so Automake will not print the warning. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
2.8 KiB
2.8 KiB