aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-06-18 21:08:36 +0000
committerSteve Chamberlain <sac@cygnus>1993-06-18 21:08:36 +0000
commita3a0a4d0a545acb3fed4d00828c45ae14e9b2a15 (patch)
treeaba8a33fd79c8ef21fb29f09b08dd8a3922ada2e /binutils
parentfdc506e66888cb20a1632bed233e168a78a2f7d1 (diff)
downloadgdb-a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15.zip
gdb-a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15.tar.gz
gdb-a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15.tar.bz2
Look in the right place for bfd.h.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 4386f3f..f356fc2 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -109,7 +109,7 @@ OPCODEDIR = ./../opcodes
#### host and target dependant Makefile fragments come in here.
###
-INCLUDES = -I. -I$(srcdir) -I../bfd -I$(BASEDIR)/include -I$(BASEDIR)/bfd
+INCLUDES = -I. -I$(srcdir) -I../bfd -I../include -I$(BASEDIR)/include -I$(BASEDIR)/bfd
.c.o:
$(CC) -c $(CFLAGS) $(INCLUDES) $(HDEFINES) $(TDEFINES) $<