]> granicus.if.org Git - graphviz/commitdiff
explicitly set the output of HTML parser rule
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Sep 2020 02:56:58 +0000 (19:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 15 Sep 2020 04:25:13 +0000 (21:25 -0700)
This has no effect for now, but will once we set api.prefix. Related to #1806.

lib/common/Makefile.am

index 2c9ad767efb33cf16f33614b738adbe68525ecd2..217b340238e46c1879dc8f6500947ef542e6c09d 100644 (file)
@@ -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]