From 5edfb67cac9d1d2b1cd8b8990192732e21364c80 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 16 Jun 1993 01:46:54 +0000 Subject: [PATCH] search ../include, and not ../bfd --- opcodes/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2