From ae4a05158b014a19b01db1dcff1666580bff7059 Mon Sep 17 00:00:00 2001 From: Giles Atkinson <“gatk555@gmail.com”> Date: Wed, 1 Apr 2026 09:53:34 +0100 Subject: [PATCH] Ugly fix for failing MacOS builds on github: move parse-binon.y to the top. BUILT_SOURCES seems not to work. --- src/frontend/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/Makefile.am b/src/frontend/Makefile.am index 8781b8610..36ed33570 100644 --- a/src/frontend/Makefile.am +++ b/src/frontend/Makefile.am @@ -9,6 +9,7 @@ BUILT_SOURCES = parse-bison.h noinst_LTLIBRARIES = libfte.la libfte_la_SOURCES = \ + parse-bison.y \ com_measure2.c \ com_measure2.h \ commands.c \ @@ -160,7 +161,6 @@ libfte_la_SOURCES = \ outitf.h \ parse.c \ parse.h \ - parse-bison.y \ points.c \ points.h \ postcoms.c \