wingo pushed a commit to branch lightning
in repository guile.
commit f4500a8e95c70161701b19867b5e79acebdfe0e6
Author: Paolo Bonzini <[email protected]>
Date: Wed Nov 7 08:33:01 2007 +0000
fix -I flags for opcode subdirectory
2007-11-07 Paolo Bonzini <[email protected]>
* opcode/Makefile.am: Fix AM_CPPFLAGS.
git-archimport-id: [email protected]/lightning--stable--1.2--patch-57
---
ChangeLog | 4 ++++
opcode/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 15c02f9..ed0427a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-07 Paolo Bonzini <[email protected]>
+
+ * opcode/Makefile.am: Fix AM_CPPFLAGS.
+
2007-08-12 Paolo Bonzini <[email protected]>
* lightning/i386/core-i386.h: Improve encoding of set* instructions.
diff --git a/opcode/Makefile.am b/opcode/Makefile.am
index ab4e5b0..1923909 100644
--- a/opcode/Makefile.am
+++ b/opcode/Makefile.am
@@ -1,7 +1,7 @@
EXTRA_LIBRARIES = libdisass.a
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 \
sparc-opc.c disass.c