Turn this off on USE_NEW_TOOLCHAIN temporarily.

This commit is contained in:
tv 2001-08-06 19:36:58 +00:00
parent aff074824e
commit 1ba4ad89e1

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.48 2001/04/10 11:10:09 mrg Exp $
# $NetBSD: Makefile,v 1.49 2001/08/06 19:36:58 tv Exp $
# for OBJECT_FMT
.include <bsd.own.mk>
.if !defined(USE_NEW_TOOLCHAIN)
.if (${OBJECT_FMT} == "ELF") || defined(BOOTSTRAP_ELF)
ELF_PLEASE=
.endif
@ -130,3 +131,6 @@ tm.h: ${DIST}/gdb/config/${ARCHSUBDIR}/tm-nbsd.h
@-rm -f $@
cp $> $@
.endif
.else
.include <bsd.prog.mk>
.endif