From 80bfe042775479b15a6ddc9ac1c6c4869ca3d820 Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Wed, 30 Jan 2008 19:26:46 +0000 Subject: [PATCH] Fix typo in jit/Makefile.am (and ChangeLog) --- ChangeLog | 6 +++++- jit/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 \ -- 2.47.3