From: Ken Raeburn Date: Wed, 16 Jun 1993 01:46:54 +0000 (+0000) Subject: search ../include, and not ../bfd X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5edfb67cac9d1d2b1cd8b8990192732e21364c80;p=binutils-gdb.git search ../include, and not ../bfd --- diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 325aaf5a00c..ec8cfb2d2af 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