guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 53/437: fix -I flags for opcode subdirectory


From: Andy Wingo
Subject: [Guile-commits] 53/437: fix -I flags for opcode subdirectory
Date: Mon, 2 Jul 2018 05:13:45 -0400 (EDT)

wingo pushed a commit to branch lightning
in repository guile.

commit f4500a8e95c70161701b19867b5e79acebdfe0e6
Author: Paolo Bonzini <address@hidden>
Date:   Wed Nov 7 08:33:01 2007 +0000

    fix -I flags for opcode subdirectory
    
    2007-11-07  Paolo Bonzini  <address@hidden>
    
        * opcode/Makefile.am: Fix AM_CPPFLAGS.
    
    git-archimport-id: address@hidden/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  <address@hidden>
+
+       * opcode/Makefile.am: Fix AM_CPPFLAGS.
+
 2007-08-12  Paolo Bonzini  <address@hidden>
 
        * 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



reply via email to

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