summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_tools/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-23 10:18:26 +0000
committerobrien <obrien@FreeBSD.org>2000-03-23 10:18:26 +0000
commit13cef0c010be3315fcfa5a6f3ddbe31584d4c032 (patch)
treecb52c4ff007ce6d9c1448aec0f3d9d41e5788d5b /gnu/usr.bin/cc/cc_tools/Makefile
parent16d518267b5d1c92e3740ebb6746326029dbac6a (diff)
downloadFreeBSD-src-13cef0c010be3315fcfa5a6f3ddbe31584d4c032.zip
FreeBSD-src-13cef0c010be3315fcfa5a6f3ddbe31584d4c032.tar.gz
Clean up the FreeBSD configuration files -- includes removing the usage
of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header.
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index d48374b..91eba61 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -137,7 +137,6 @@ tm.h:
echo '#include "${GCC_ARCH}/${GCC_ARCH}.h"' > ${.TARGET}
.if ${GCC_ARCH} == "i386"
echo '#include "${GCC_ARCH}/att.h"' >> ${.TARGET}
- echo '#include "svr4.h"' >> ${.TARGET}
.endif
echo '#include <freebsd.h>' >> ${.TARGET}
echo '#include "${GCC_ARCH}/freebsd.h"' >> ${.TARGET}
OpenPOWER on IntegriCloud