diff options
author | Fred Fish <fnf@specifix.com> | 1993-06-22 00:05:40 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-06-22 00:05:40 +0000 |
commit | 68eabdd300dc1eee81fd686041520dbb7e64e618 (patch) | |
tree | 01ec513240e3fcdeef881679efeec99394334585 /gdb/Makefile.in | |
parent | d628e5b2b67826f41ed2df20958432650a85bd40 (diff) | |
download | gdb-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.in | 2 |
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. |