Oops. typo which can break things for non-new toolchain builds if MKTOOLS isn't

set
This commit is contained in:
jmc 2001-11-22 19:09:42 +00:00
parent b9d3276c2e
commit 5a0f427e5a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2001/11/22 00:13:10 jmc Exp $
# $NetBSD: Makefile,v 1.19 2001/11/22 19:09:42 jmc Exp $
.include <bsd.own.mk>
@ -18,7 +18,7 @@ SUBDIR= mkdep .WAIT \
.if ${MKTOOLS:Uyes} == "no" || ${USETOOLS} != "yes"
realall install: _warn
.if ${MKTOOLS} == "no"
.if ${MKTOOLS:Uyes} == "no"
_warn:
@echo '*** WARNING: "MKTOOLS" is set to "no"; this will prevent building and'
@echo '*** updating your host toolchain. This should be used only as a'