From ec7feef657408e99de50765c27ce80e343b27c0e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 8 Apr 1999 07:38:51 +0000 Subject: [PATCH] alpha/freebsd-elf.h is being folded into alpha/freebsd.h Submitted by: Hidetoshi Shimokawa --- gnu/usr.bin/cc/cc_tools/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 51013452ff8..e30fa68eb2a 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