wingo pushed a commit to branch lightning
in repository guile.

commit da92a86557f6784a4c49fb2ac170a272019d021f
Author: Paolo Bonzini <[email protected]>
Date:   Sat Aug 23 15:33:54 2008 +0200

    fix installation bug
    
    2008-08-23  Nix  <[email protected]>
    
        * lightning/i386/Makefile.frag: fp-32.h and fp-64.h are target files.
---
 ChangeLog                    | 4 ++++
 lightning/i386/Makefile.frag | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b3485b1..0d4e476 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-23  Nix  <[email protected]>
+
+       * lightning/i386/Makefile.frag: fp-32.h and fp-64.h are target files.
+
 2008-07-02  Laurent Michel  <[email protected]>
 
        * lightning/ppc/funcs.h (jit_flush_code): modified the computation
diff --git a/lightning/i386/Makefile.frag b/lightning/i386/Makefile.frag
index 59c01a2..c61495a 100644
--- a/lightning/i386/Makefile.frag
+++ b/lightning/i386/Makefile.frag
@@ -1,2 +1,2 @@
 LIGHTNING_TARGET_FILES += i386/asm-32.h i386/core-32.h \
-        i386/asm-64.h i386/core-64.h
+        i386/asm-64.h i386/core-64.h i386/fp-32.h i386/fp-64.h

Reply via email to