From fe03bea19142cefb21830555d56ab2284d85388c Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 16 Jun 2013 08:06:52 -0500 Subject: [PATCH] Remove last remnant of main.h --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.40.0