From: Steve Chamberlain Date: Fri, 18 Jun 1993 21:08:36 +0000 (+0000) Subject: Look in the right place for bfd.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3a0a4d0a545acb3fed4d00828c45ae14e9b2a15;hp=fdc506e66888cb20a1632bed233e168a78a2f7d1;p=binutils-gdb.git Look in the right place for bfd.h. --- diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 4386f3f358d..f356fc2b7d2 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) $< diff --git a/gas/Makefile.in b/gas/Makefile.in index fa66b14cb45..a50625ac575 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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.