1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

fix installation bug

2008-08-23  Nix  <nix@esperi.org.uk>

	* lightning/i386/Makefile.frag: fp-32.h and fp-64.h are target files.
This commit is contained in:
Paolo Bonzini 2008-08-23 15:33:54 +02:00
parent b3817a102e
commit da92a86557
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-08-23 Nix <nix@esperi.org.uk>
* lightning/i386/Makefile.frag: fp-32.h and fp-64.h are target files.
2008-07-02 Laurent Michel <ldm@engr.uconn.edu>
* lightning/ppc/funcs.h (jit_flush_code): modified the computation

View file

@ -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