Attempt to fix macOS workflow mk8

This commit is contained in:
ejurgensen
2022-01-12 17:16:06 +01:00
parent 35382d1a7e
commit 074ad56ca1
2 changed files with 3 additions and 3 deletions

View File

@@ -163,8 +163,6 @@ EXTRA_DIST = \
# to the particular target name, so a header file name.
$(LEXER_SRC:.l=.h): $(LEXER_SRC)
$(LEX) --header-file=$@ --stdout $(@:.h=.l) > /dev/null
$(YACC) --version
which $(YACC)
# Anything built by make should be cleaned by make clean, but when it comes to
# flex/bison automake's support leaves something to be desired