aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-16 01:46:54 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-16 01:46:54 +0000
commit5edfb67cac9d1d2b1cd8b8990192732e21364c80 (patch)
tree0240dbc251aafab665a955d29ca3427051b24b47 /opcodes
parenta00ee52267c1758ad9e243877abc144f79d0f1d6 (diff)
downloadgdb-5edfb67cac9d1d2b1cd8b8990192732e21364c80.zip
gdb-5edfb67cac9d1d2b1cd8b8990192732e21364c80.tar.gz
gdb-5edfb67cac9d1d2b1cd8b8990192732e21364c80.tar.bz2
search ../include, and not ../bfd
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 325aaf5..ec8cfb2 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -55,7 +55,7 @@ RANLIB = ranlib
INCDIR = $(srcdir)/../include
BFDDIR = $(srcdir)/../bfd
-CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
+CSEARCH = -I. -I$(srcdir) -I../include -I$(INCDIR) -I$(BFDDIR)
DEP = mkdep