From b0ad2fb326d244bc790167ba8252e37cac944533 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 8 Sep 2020 19:56:58 -0700 Subject: [PATCH] explicitly set the output of HTML parser rule This has no effect for now, but will once we set api.prefix. Related to #1806. --- lib/common/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index 2c9ad767e..217b34023 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -68,7 +68,7 @@ htmlparse.h: y.tab.h y.tab.c y.tab.h: y.output y.output: $(top_srcdir)/lib/common/htmlparse.y - @YACC@ -Wno-yacc -dv $(top_srcdir)/lib/common/htmlparse.y + @YACC@ -Wno-yacc -dv $(top_srcdir)/lib/common/htmlparse.y -o y.tab.c DISTCLEANFILES = brewer_lib color_lib colortbl.h ps_font_equiv.h \ y.output y.tab.[ch] htmlparse.[ch] -- 2.40.0