From 60a1031181a972a199fc64abddbdf9bcac20193a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 09:55:07 -0500 Subject: 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. --- sim/common/Make-common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/common') 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) -- cgit v1.1