Commit 30537789 authored by Adam Langley's avatar Adam Langley

cmd/*: add -d option to bison.

Without -d, bison doesn't generate y.tab.h.

R=rsc
CC=golang-dev
https://golang.org/cl/5685065
parent ecd24f38
......@@ -7,4 +7,4 @@ include ../../Make.dist
install: y.tab.h
y.tab.h: a.y
LANG=C LANGUAGE=en_US.UTF8 bison -v -y a.y
LANG=C LANGUAGE=en_US.UTF8 bison -d -v -y a.y
......@@ -7,4 +7,4 @@ include ../../Make.dist
install: y.tab.h
y.tab.h: a.y
LANG=C LANGUAGE=en_US.UTF8 bison -v -y a.y
LANG=C LANGUAGE=en_US.UTF8 bison -d -v -y a.y
......@@ -7,4 +7,4 @@ include ../../Make.dist
install: y.tab.h
y.tab.h: a.y
LANG=C LANGUAGE=en_US.UTF8 bison -v -y a.y
LANG=C LANGUAGE=en_US.UTF8 bison -d -v -y a.y
......@@ -7,4 +7,4 @@ include ../../Make.dist
install: y.tab.h
y.tab.h: cc.y
LANG=C LANGUAGE=en_US.UTF8 bison -v -y a.y
LANG=C LANGUAGE=en_US.UTF8 bison -d -v -y a.y
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment