From d137c14ae93d874d8e36e17e2ed088c56dd64404 Mon Sep 17 00:00:00 2001 From: Yuriy Chernyshov Date: Wed, 15 May 2024 20:36:22 +0300 Subject: [PATCH] More fix --- oc2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oc2/Makefile.am b/oc2/Makefile.am index 703c6f136a..28f9241d1a 100644 --- a/oc2/Makefile.am +++ b/oc2/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/include # OC Sources; include the dapy.[ch] to avoid the need for bison by user SRC=oc.c \ -daplex.c dapparse.c dapy.c \ +daplex.c dapparse.c dap.tab.c \ occompile.c occurlfunctions.c \ ocdata.c ocdebug.c ocdump.c \ ocinternal.c ocnode.c \