alpha/freebsd-elf.h has been merged with alpha/freebsd.h

This commit is contained in:
David E. O'Brien 1999-04-08 08:39:16 +00:00
parent 339895b8a0
commit 61f6abe41d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45464

View file

@ -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}