From cea206c94f02e69c3148c6b2267370c36e530852 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 9 Feb 2017 11:17:02 +0100 Subject: make: Fix spelling yaac -> yacc The parser generator's name is yacc, not yaac. Signed-off-by: Tobias Klauser --- Cmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cmds') 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) && \ -- cgit v1.2.3-54-g00ecf