Look in the right place for bfd.h.
authorSteve Chamberlain <sac@cygnus>
Fri, 18 Jun 1993 21:08:36 +0000 (21:08 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 18 Jun 1993 21:08:36 +0000 (21:08 +0000)
binutils/Makefile.in
gas/Makefile.in

index 4386f3f358d0383219fbf584467f67b7b8b92459..f356fc2b7d27f83c38ab7a9547e9be4d34fab241 100644 (file)
@@ -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) $<
index fa66b14cb451608f3febb65c3c31d459c087fddd..a50625ac5750ed2ba675e27495a2c6ba13ee6ed1 100644 (file)
@@ -246,7 +246,7 @@ LIBS = ../opcodes/libopcodes.a $(BFDLIB) $(LOCAL_LOADLIBES) \
 # Both . and srcdir are used, in that order,
 # so that tm.h and config.h will be found in the compilation
 # subdirectory rather than in the source directory.
-INCLUDES = -I. -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include
+INCLUDES = -I. -I../include -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include
 SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config
 
 # Always use -I$(srcdir)/config when compiling.