From: Nicolas Williams Date: Sun, 16 Jun 2013 13:06:52 +0000 (-0500) Subject: Remove last remnant of main.h X-Git-Tag: jq-1.4~102^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F114%2Fhead;p=jq Remove last remnant of main.h --- diff --git a/Makefile.am b/Makefile.am index 7da9ccf..c4f79e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ JQ_INCS = jq_parser.h builtin.h bytecode.h compile.h execute.h \ forkable_stack.h frame_layout.h jv.h jv_alloc.h jv_aux.h jv_dtoa.h \ jv_file.h jv_parse.h jv_unicode.h locfile.h opcode.h opcode_list.h \ - parser.y jv_utf8_tables.h main.h lexer.l + parser.y jv_utf8_tables.h lexer.l JQ_SRC = locfile.c opcode.c bytecode.c compile.c execute.c builtin.c \ jv.c jv_parse.c jv_print.c jv_dtoa.c jv_unicode.c jv_aux.c jv_file.c \