Skip to content

tests: XSLTMark: Override html target in Automake explicitly

As we specified -Wall option for autoreconf in autogen.sh, we got the following warning while running ./autogen.sh:

| tests/XSLTMark/Makefile.am:420: warning: user target 'html' defined here ... | automake: ... overrides Automake target 'html' defined here | tests/XSLTMark/Makefile.am:420: consider using html-local instead of html

Considering that the target name html is already used in its rule, we use the 'override' keyword to override html target in Automake explicitly to suppress the above warning.

Reported-by: Tianjin Ke ketianjin@huawei.com Tested-by: Tianjin Ke ketianjin@huawei.com Signed-off-by: Junling Zheng zhengjunling@huawei.com

Edited by Junling Zheng

Merge request reports