mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Always build src/builtin.inc (fix #1069)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user