From: Matthew Fernandez Date: Wed, 9 Sep 2020 02:56:58 +0000 (-0700) Subject: explicitly set the output of HTML parser rule X-Git-Tag: 2.46.0~20^2^2~80^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0ad2fb326d244bc790167ba8252e37cac944533;p=graphviz explicitly set the output of HTML parser rule This has no effect for now, but will once we set api.prefix. Related to #1806. --- 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]