From 97649888b63c318918bf0362bc35c3998e4d6a91 Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Tue, 28 Apr 2009 22:42:42 +0000 Subject: [PATCH] remove jit-cfg.h and jit-cfg.c from the build, leave them in the tree for reference --- ChangeLog | 1 + jit/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09f2d36..53b4a66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ instead of zero on error. * jit/jit-insn.c (jit_insn_call_finally): create a new block after JIT_OP_CALL_FINALLY. + * jit/Makefile.am (libjit_la_SOURCES): remove jit-cfg.[ch]. 2009-04-24 Michele Tartara diff --git a/jit/Makefile.am b/jit/Makefile.am index 3013f85..681310f 100644 --- a/jit/Makefile.am +++ b/jit/Makefile.am @@ -18,8 +18,6 @@ libjit_la_SOURCES = \ jit-block.c \ jit-cache.h \ jit-cache.c \ - jit-cfg.h \ - jit-cfg.c \ jit-context.c \ jit-cpuid-x86.h \ jit-cpuid-x86.c \ -- 2.47.3