summaryrefslogtreecommitdiff
path: root/Cmds
diff options
context:
space:
mode:
Diffstat (limited to 'Cmds')
-rw-r--r--Cmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cmds b/Cmds
index d7fb40c..6f030c4 100644
--- a/Cmds
+++ b/Cmds
@@ -19,7 +19,7 @@ endif
# Flex/bison related
LEX = $(Q)echo -e " LEX\t$<" && flex
-YAAC = $(Q)echo -e " YAAC\t$<" && bison
+YACC = $(Q)echo -e " YACC\t$<" && bison
# Installation related
INST = echo -e " INST\t$(1)" && install -d $(2) && \