1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:20:13 -06:00

change another yacc reference to bison.

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=22662
CL=22691
This commit is contained in:
Russ Cox 2009-01-13 16:32:46 -08:00
parent 8b8ff164b3
commit 58b280db3b

View File

@ -30,7 +30,7 @@ $(OFILES): $(HFILES)
lex.$O: ../cc/macbody ../cc/lexbody
y.tab.h: $(YFILES)
yacc $(YFLAGS) $(YFILES)
bison -y $(YFLAGS) $(YFILES)
y.tab.c: y.tab.h
test -f y.tab.c && touch y.tab.c