diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-22 00:20:36 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-22 00:20:36 +0000 |
| commit | 403563f5aacb9300c5865de4df36fcd8c133d314 (patch) | |
| tree | 7b6953002d040895e1e2fd560c1289e04c8ae787 | |
| parent | 6436fcb9f00c148bbdc997754da6d040010f8d52 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index c7fbf683e6ef..8f084c3f3865 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.27 1999/04/11 04:32:42 bde Exp $ +# $Id: Makefile,v 1.28 1999/04/18 09:44:36 obrien Exp $ # # @@ -155,9 +155,6 @@ tconfig.h: tm.h: echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET} -.if ${MACHINE_ARCH} == "i386" - echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET} -.endif echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET} .if ${MACHINE_ARCH} == "i386" echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET} |
