]> Cypherpunks repositories - gostls13.git/commitdiff
change another yacc reference to bison.
authorRuss Cox <rsc@golang.org>
Wed, 14 Jan 2009 00:32:46 +0000 (16:32 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 14 Jan 2009 00:32:46 +0000 (16:32 -0800)
R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=22662
CL=22691

src/cmd/6a/Makefile

index db541578150ddc256977ce727f27232c532f8e28..73baf7ffd1e7043a00812b769655b26a4a85e301 100644 (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