aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/6a/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6a/Makefile b/src/cmd/6a/Makefile
index db54157815..73baf7ffd1 100644
--- a/src/cmd/6a/Makefile
+++ b/src/cmd/6a/Makefile
@@ -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