diff options
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 |