aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-02 03:00:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-02 03:00:41 +0000
commite7d01c5d0b23f1d2accb3e4540e43ee312e83d34 (patch)
tree8111ff7652ed4c41546ce4f71d3d49e30bf4c627 /gnu
parent5064dbba9587269305007a05c98ee70a9690698e (diff)
downloadsrc-e7d01c5d0b23f1d2accb3e4540e43ee312e83d34.tar.gz
src-e7d01c5d0b23f1d2accb3e4540e43ee312e83d34.zip
Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header.
Notes
Notes: svn path=/head/; revision=73307
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 34160a64e2fc..f15fd68908e6 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -132,13 +132,14 @@ tconfig.h:
echo '#include "gansidecl.h"' > ${.TARGET}
echo '#include "${GCC_ARCH}/xm-${GCC_ARCH}.h"' >> ${.TARGET}
-# KEEP THIS IN SYNC with src/gcc/lib/libgcc/Makefile !!
+# KEEP THIS IN SYNC with src/gcc/lib/libgcc/Makefile !!
tm.h:
echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET}
.if ${GCC_ARCH} == "i386"
echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET}
.endif
echo '#include <freebsd.h>' >> ${.TARGET}
+ echo '#include "dbxelf.h"' >> ${.TARGET}
.if exists(${GCCDIR}/config/${GCC_ARCH}/elf.h)
echo '#include "${GCC_ARCH}/elf.h"' >> ${.TARGET}
.endif