From cb9b1842ea0898a7f428363a381fc1b6fb702ecc Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 21 Jan 2022 23:01:37 -0600 Subject: [PATCH] sl: Fix bison/byacc invocation --- lib/sl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index 152b86a33..1213d8c9d 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -8,7 +8,7 @@ endif AM_CPPFLAGS += $(ROKEN_RENAME) -YFLAGS = -d +YFLAGS = -d -o slc-gram.c LFLAGS = @FLEXNOUNPUTARGS@ include_HEADERS = sl.h