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 --- bpfc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpfc/Makefile') diff --git a/bpfc/Makefile b/bpfc/Makefile index 7e6fd45..d550c8f 100644 --- a/bpfc/Makefile +++ b/bpfc/Makefile @@ -13,7 +13,7 @@ bpfc-objs = xmalloc.o \ bpfc-lex = bpf_lexer.yy.o -bpfc-yaac = bpf_parser.tab.o +bpfc-yacc = bpf_parser.tab.o bpfc-eflags = -I.. -- cgit v1.2.3-54-g00ecf