From 5e29f1c268cfa1eb935d9dab94d4673710f8b481 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 19 Sep 2002 01:23:24 +0000 Subject: [PATCH] Since TOOLCHAIN_MISSING is defined in bsd.own.mk, it can never be undefined. Instead, make sure the value of it is "no" --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 12d134e696fa..2e1761ab503b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 -.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.