aboutsummaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 09:55:07 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-01 23:14:19 -0500
commit60a1031181a972a199fc64abddbdf9bcac20193a (patch)
tree8e8a6382b253ff67f63fcb3b2937f4d87006b289 /sim/common
parent3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e (diff)
downloadgdb-60a1031181a972a199fc64abddbdf9bcac20193a.zip
gdb-60a1031181a972a199fc64abddbdf9bcac20193a.tar.gz
gdb-60a1031181a972a199fc64abddbdf9bcac20193a.tar.bz2
sim: replace -I$srcroot/opcodes include with -I$srcroot
Clean up includes a bit by making ports include opcodes/ headers explicitly. This matches other projects, and makes it more clear where these headers are coming from.
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/Make-common.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 8d95852..2aeb97d 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -119,7 +119,7 @@ CONFIG_CFLAGS = \
CSEARCH = -I. -I$(srcdir) -I$(srccom) \
-I$(srcroot)/include \
-I../../bfd -I$(srcroot)/bfd \
- -I$(srcroot)/opcodes \
+ -I$(srcroot) \
-I../..
ALL_CFLAGS = $(CONFIG_CFLAGS) $(CSEARCH) $(INCGNU) $(SIM_EXTRA_CFLAGS) $(CFLAGS)
BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(CSEARCH)