From 3afdbb7b7d013da8a7f56e4eaa1a54e1b0edbee1 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 15 Jan 2016 11:59:14 -0600 Subject: [PATCH] Always build src/builtin.inc (fix #1069) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 327dc6d..a9b5b54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ src/lexer.c: src/lexer.l $(AM_V_LEX) flex -o src/lexer.c --header-file=src/lexer.h $< src/lexer.h: src/lexer.c else -BUILT_SOURCES = +BUILT_SOURCES = src/builtin.inc .y.c: $(AM_V_YACC) echo "NOT building parser.c!" .l.c: -- 2.40.0