diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-04 05:42:47 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-04 05:42:47 +0000 |
| commit | f070f0d04e900327299acf94c0ad011aa69a9db9 (patch) | |
| tree | 08d493b2623458925449fa6a65771028c20b9b68 /gnu | |
| parent | 3be82adc64c87b63dd254df9f8671a94e68bb85b (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 1 |
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 d48374b951b1..91eba61a73bf 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} |
