]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
Fix typo in jit/Makefile.am (and ChangeLog)
authorKlaus Treichel <ktreichel@web.de>
Wed, 30 Jan 2008 19:26:46 +0000 (19:26 +0000)
committerKlaus Treichel <ktreichel@web.de>
Wed, 30 Jan 2008 19:26:46 +0000 (19:26 +0000)
ChangeLog
jit/Makefile.am

index fe87847e3a44c187c3ce98f3137ce90a026a55a0..c8997ba969b5458fccea1cca149998071c52b8b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2008-01-29  Klaus Treichel  <ktreichel@web.de
+2008-01-30  Klaus Treichel  <ktreichel@web.de>
+
+       * jit/Makefile.am: Fix typo in my last commit.
+
+2008-01-29  Klaus Treichel  <ktreichel@web.de>
 
        * jit/jit-apply-x86-64.h: Fix the macros jit_builtin_return_int
        and jit_builtin_return_float.
index 079b934e8d23a2f9ab2662a588c889fdb6c805af..2785ac5430c370510a5c751b1b6658815a86732f 100644 (file)
@@ -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 \