From 20497ed2d4f08866b13b49a42bcea35b37fe5393 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 21 Jan 2022 23:01:30 -0600 Subject: [PATCH] com_err: Fix bison/byacc invocation --- lib/com_err/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 8c027c74d..14e8e66fc 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -YFLAGS = -d +YFLAGS = -d -o parse.c LFLAGS = @FLEXNOUNPUTARGS@ lib_LTLIBRARIES = libcom_err.la