aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-06-22 00:05:40 +0000
committerFred Fish <fnf@specifix.com>1993-06-22 00:05:40 +0000
commit68eabdd300dc1eee81fd686041520dbb7e64e618 (patch)
tree01ec513240e3fcdeef881679efeec99394334585 /gdb/Makefile.in
parentd628e5b2b67826f41ed2df20958432650a85bd40 (diff)
downloadgdb-68eabdd300dc1eee81fd686041520dbb7e64e618.zip
gdb-68eabdd300dc1eee81fd686041520dbb7e64e618.tar.gz
gdb-68eabdd300dc1eee81fd686041520dbb7e64e618.tar.bz2
* Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, since
bfd.h is included by target.h, which most of gdb includes. * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that it's in INCLUDE_CFLAGS.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 66868dd..2627142 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -129,7 +129,7 @@ RL_LIB = ./../readline${subdir}/libreadline.a
# -I${srcdir} possibly for regex.h also.
# -I${srcdir}/config for more generic config files.
INCLUDE_CFLAGS = -I. -I${srcdir} -I${srcdir}/config \
- -I$(INCLUDE_DIR) -I../include
+ -I$(INCLUDE_DIR) -I../include ${BFD_INCLUDES}
# M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS
# from the config/ directory.