]> granicus.if.org Git - graphviz/commitdiff
explicitly set the output of the gml parser rule
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Sep 2020 01:28:06 +0000 (18:28 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 22 Sep 2020 14:44:09 +0000 (07:44 -0700)
This has no effect for now, but will once we set an api.prefix. Related to
#1806.

cmd/tools/Makefile.am

index 6ee41feb0d17d7f4383d061dfc734d5bbfc2ea3e..5b5789f32d5624a83c652f4c11b269831fbe54d9 100644 (file)
@@ -276,7 +276,7 @@ gmlparse.h: y.tab.h
 y.tab.c y.tab.h : y.output
 
 y.output: $(top_srcdir)/cmd/tools/gmlparse.y
-       @YACC@ -Wno-yacc -dv $(top_srcdir)/cmd/tools/gmlparse.y
+       @YACC@ -Wno-yacc -dv $(top_srcdir)/cmd/tools/gmlparse.y -o y.tab.c
  
 gmlparse.o gmlparse.lo gmlscan.o gmlscan.lo : gmlscan.c gmlparse.h