guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 92/437: fix installation bug


From: Andy Wingo
Subject: [Guile-commits] 92/437: fix installation bug
Date: Mon, 2 Jul 2018 05:13:52 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit da92a86557f6784a4c49fb2ac170a272019d021f
Author: Paolo Bonzini <address@hidden>
Date:   Sat Aug 23 15:33:54 2008 +0200

    fix installation bug
    
    2008-08-23  Nix  <address@hidden>
    
        * 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  <address@hidden>
+
+       * lightning/i386/Makefile.frag: fp-32.h and fp-64.h are target files.
+
 2008-07-02  Laurent Michel  <address@hidden>
 
        * 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

[Prev in Thread] Current Thread [Next in Thread]