From 50fccebe2268948019db999493b40b45cccab53b Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 20 Jun 1993 22:25:46 +0000 Subject: [PATCH] (INCLUDES): Look in ../bfd, not ../include, for bfd.h. --- gas/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/Makefile.in b/gas/Makefile.in index a50625ac575..3d5eb9fb8bb 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../include -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include +INCLUDES = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(srcdir)/../include SUBDIR_INCLUDES = -I.. -I$(srcdir) -I$(srcdir)/config # Always use -I$(srcdir)/config when compiling. -- 2.30.2