aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-06-20 22:25:46 +0000
committerKen Raeburn <raeburn@cygnus>1993-06-20 22:25:46 +0000
commit50fccebe2268948019db999493b40b45cccab53b (patch)
treea50f399e5df036df2ba1d3a51d5dd99cd7a56e5b /gas/Makefile.in
parent17145ba27a7614dd02d046416d88f7b183276e8b (diff)
downloadgdb-50fccebe2268948019db999493b40b45cccab53b.zip
gdb-50fccebe2268948019db999493b40b45cccab53b.tar.gz
gdb-50fccebe2268948019db999493b40b45cccab53b.tar.bz2
(INCLUDES): Look in ../bfd, not ../include, for bfd.h.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index a50625a..3d5eb9f 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.