From: Aleksey Demakov Date: Tue, 28 Apr 2009 22:42:42 +0000 (+0000) Subject: remove jit-cfg.h and jit-cfg.c from the build, leave them in the tree for reference X-Git-Tag: before.move.to.git~9 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=97649888b63c318918bf0362bc35c3998e4d6a91;p=francis%2Flibjit.git remove jit-cfg.h and jit-cfg.c from the build, leave them in the tree for reference --- 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 \