diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-06-16 01:46:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-06-16 01:46:54 +0000 |
commit | 5edfb67cac9d1d2b1cd8b8990192732e21364c80 (patch) | |
tree | 0240dbc251aafab665a955d29ca3427051b24b47 /opcodes | |
parent | a00ee52267c1758ad9e243877abc144f79d0f1d6 (diff) | |
download | gdb-5edfb67cac9d1d2b1cd8b8990192732e21364c80.zip gdb-5edfb67cac9d1d2b1cd8b8990192732e21364c80.tar.gz gdb-5edfb67cac9d1d2b1cd8b8990192732e21364c80.tar.bz2 |
search ../include, and not ../bfd
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/Makefile.in | 2 |
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 |