Ugly fix for failing MacOS builds on github: move parse-binon.y to the top.

BUILT_SOURCES seems not to work.
This commit is contained in:
Giles Atkinson 2026-04-01 09:53:34 +01:00
parent 82c91abea4
commit ae4a05158b
1 changed files with 1 additions and 1 deletions

View File

@ -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 \