diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-08 08:39:16 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-08 08:39:16 +0000 |
| commit | 61f6abe41d93335931816443f0079592d4f2b0d6 (patch) | |
| tree | 9ec3fd9a7c24721f4f9dc3cb36204ae9c9087456 /gnu | |
| parent | 339895b8a06d63f055b87508940bc5ad07f6fadc (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libgcc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 49095ed430211..05073cbdecd1c 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.23 1999/04/04 20:47:33 obrien Exp $ +# $Id: Makefile,v 1.24 1999/04/08 08:19:28 obrien Exp $ # GCCDIR= ${.CURDIR}/../../../contrib/egcs/gcc @@ -96,8 +96,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 ${OBJS}: ${COMMONHDRS} |
