From e7d01c5d0b23f1d2accb3e4540e43ee312e83d34 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 2 Mar 2001 03:00:41 +0000 Subject: [PATCH] Include `dbxelf.h' via tm.h (the approved FSF/GNU way) vs. in our MI header. --- gnu/usr.bin/cc/cc_tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ' >> ${.TARGET} + echo '#include "dbxelf.h"' >> ${.TARGET} .if exists(${GCCDIR}/config/${GCC_ARCH}/elf.h) echo '#include "${GCC_ARCH}/elf.h"' >> ${.TARGET} .endif