Since TOOLCHAIN_MISSING is defined in bsd.own.mk, it can never be undefined.

Instead, make sure the value of it is "no"
This commit is contained in:
matt 2002-09-19 01:23:24 +00:00
parent 0a30063654
commit 5e29f1c268
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.58 2002/09/17 23:18:26 thorpej Exp $
# $NetBSD: Makefile,v 1.59 2002/09/19 01:23:24 matt Exp $
.include <bsd.own.mk>
.if !defined(TOOLCHAIN_MISSING)
.if ${TOOLCHAIN_MISSING} == "no"
TOOLCHAIN_BITS= toolchain .WAIT dbsym mdsetimage
# XXX Eventually, we want to be able to build dbsym and mdsetimage
# XXX if EXTERNAL_TOOLCHAIN is set.