mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-05 06:50:21 +02:00
fix -I flags for opcode subdirectory
2007-11-07 Paolo Bonzini <bonzini@gnu.org> * opcode/Makefile.am: Fix AM_CPPFLAGS. git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-57
This commit is contained in:
parent
d0d493b417
commit
f4500a8e95
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-11-07 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* opcode/Makefile.am: Fix AM_CPPFLAGS.
|
||||||
|
|
||||||
2007-08-12 Paolo Bonzini <bonzini@gnu.org>
|
2007-08-12 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
* lightning/i386/core-i386.h: Improve encoding of set* instructions.
|
* lightning/i386/core-i386.h: Improve encoding of set* instructions.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
EXTRA_LIBRARIES = libdisass.a
|
EXTRA_LIBRARIES = libdisass.a
|
||||||
noinst_LIBRARIES = @LIBDISASS@
|
noinst_LIBRARIES = @LIBDISASS@
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)
|
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lightning/$(cpu)
|
||||||
|
|
||||||
libdisass_a_SOURCES = dis-buf.c i386-dis.c ppc-dis.c ppc-opc.c sparc-dis.c \
|
libdisass_a_SOURCES = dis-buf.c i386-dis.c ppc-dis.c ppc-opc.c sparc-dis.c \
|
||||||
sparc-opc.c disass.c
|
sparc-opc.c disass.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue