Commit 58b280db authored by Russ Cox's avatar Russ Cox

change another yacc reference to bison.

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=22662
CL=22691
parent 8b8ff164
......@@ -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
......
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