diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-08 07:38:51 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-08 07:38:51 +0000 |
| commit | ec7feef657408e99de50765c27ce80e343b27c0e (patch) | |
| tree | 8c42c7ec6020f273df90abc6033527a54561194e /gnu | |
| parent | de3f50824cfbdd2e2308de5aa5633f51a51e6df1 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 51013452ff82a..e30fa68eb2a90 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.17 1999/04/04 20:46:52 obrien Exp $ +# $Id: Makefile,v 1.18 1999/04/05 10:18:50 peter Exp $ # # @@ -157,8 +157,6 @@ tm.h: echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET} .if ${MACHINE_ARCH} == "i386" echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET} -.elif ${MACHINE_ARCH} == "alpha" - echo '#include "${MACHINE_ARCH}/freebsd-elf.h"' >> ${.TARGET} .endif multilib.h: genmultilib |
