From c710f91257a4fd02f51d0d4c0fa39b5db33437ec Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Wed, 8 May 2013 19:57:05 +0100 Subject: [PATCH] Add the parser to BUILT_SOURCES --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0810f0c..52e7337 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ AM_CFLAGS = -Wextra -Wall -Wno-missing-field-initializers \ # While there is some autoconf macro support for lex/flex, it doesn't support # header file creation so we'll use good old make -BUILT_SOURCES = lexer.h lexer.c +BUILT_SOURCES = lexer.h lexer.c parser.h parser.c lexer.c: lexer.l flex -o lexer.c --header-file=lexer.h lexer.l lexer.h: lexer.c -- 2.40.0