From: Klaus Treichel Date: Wed, 30 Jan 2008 19:26:46 +0000 (+0000) Subject: Fix typo in jit/Makefile.am (and ChangeLog) X-Git-Tag: before.move.to.git~107 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=80bfe042775479b15a6ddc9ac1c6c4869ca3d820;p=francis%2Flibjit.git Fix typo in jit/Makefile.am (and ChangeLog) --- diff --git a/ChangeLog b/ChangeLog index fe87847..c8997ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2008-01-29 Klaus Treichel + + * jit/Makefile.am: Fix typo in my last commit. + +2008-01-29 Klaus Treichel * jit/jit-apply-x86-64.h: Fix the macros jit_builtin_return_int and jit_builtin_return_float. diff --git a/jit/Makefile.am b/jit/Makefile.am index 079b934..2785ac5 100644 --- a/jit/Makefile.am +++ b/jit/Makefile.am @@ -34,7 +34,7 @@ libjit_la_SOURCES = \ jit-gen-arm.h \ jit-gen-arm.c \ jit-gen-x86.h \ - jit-gen-x86_64.h \ + jit-gen-x86-64.h \ jit-insn.c \ jit-init.c \ jit-internal.h \