diff options
author | Mike Frysinger <vapier@gentoo.org> | 2024-01-02 00:10:33 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2024-01-02 00:34:34 -0500 |
commit | 0b5415c13c08150f8761b50e00a1e007cfb635f5 (patch) | |
tree | 4d0a0f415cc76e11eb0ebe536b74636e100e94f4 /sim | |
parent | 6bf212a8ac97a844db0ed8213eeb6deee723d453 (diff) | |
download | binutils-0b5415c13c08150f8761b50e00a1e007cfb635f5.zip binutils-0b5415c13c08150f8761b50e00a1e007cfb635f5.tar.gz binutils-0b5415c13c08150f8761b50e00a1e007cfb635f5.tar.bz2 |
sim: ppc: stop including headers from gdb/
The common sim code doesn't snoop in gdb/, and the ppc code doesn't
need to either. Any common code we pull from gnulib/ now only.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/ppc/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 8eaad74..9b0cd2c 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -113,9 +113,8 @@ MAKEOVERRIDES= LIB_INCLUDES = -I$(srcdir)/../../include BFD_INCLUDES = -I../../bfd -I$(srcdir)/../../bfd -GDB_INCLUDES = -I../../gdb -I$(srcdir)/../../gdb -I$(srcdir)/../../gdb/config -INCLUDES = -I. -I$(srcdir) $(LIB_INCLUDES) $(BFD_INCLUDES) $(GDB_INCLUDES) -I../.. +INCLUDES = -I. -I$(srcdir) $(LIB_INCLUDES) $(BFD_INCLUDES) -I../.. LIBIBERTY_LIB = ../../libiberty/libiberty.a BFD_LIB = ../../bfd/libbfd.la |