mirror of
https://github.com/golang/go
synced 2024-11-12 05:30:21 -07: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:
parent
8b8ff164b3
commit
58b280db3b
@ -30,7 +30,7 @@ $(OFILES): $(HFILES)
|
|||||||
lex.$O: ../cc/macbody ../cc/lexbody
|
lex.$O: ../cc/macbody ../cc/lexbody
|
||||||
|
|
||||||
y.tab.h: $(YFILES)
|
y.tab.h: $(YFILES)
|
||||||
yacc $(YFLAGS) $(YFILES)
|
bison -y $(YFLAGS) $(YFILES)
|
||||||
|
|
||||||
y.tab.c: y.tab.h
|
y.tab.c: y.tab.h
|
||||||
test -f y.tab.c && touch y.tab.c
|
test -f y.tab.c && touch y.tab.c
|
||||||
|
Loading…
Reference in New Issue
Block a user