From d20f7ab817f6fd381dc63b958ab652f316ab6ec7 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 7 Dec 2020 11:26:38 +0100 Subject: [PATCH] Suppress automake warning in tests/XSLTMark The "html" target is overridden deliberately. --- tests/XSLTMark/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/XSLTMark/Makefile.am b/tests/XSLTMark/Makefile.am index 250992c3..6932fef6 100644 --- a/tests/XSLTMark/Makefile.am +++ b/tests/XSLTMark/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = -Wno-override EXTRA_DIST = \ dbgen.pl \ alphabetize.out alphabetize.ref alphabetize.xsl \