From b0b54c891293a691ae9b29ec92f90b1df1220e78 Mon Sep 17 00:00:00 2001 From: perry Date: Sat, 27 Oct 2001 01:57:40 +0000 Subject: [PATCH] Nuke the test for TOOLDIR here. Although it is theoretically a nice idea, in practice it prevents doing totally reasonable things like "make cleandir" or "make obj" when you don't have a TOOLDIR built. --- tools/Makefile.inc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tools/Makefile.inc b/tools/Makefile.inc index c5970edcdedb..242a3545b697 100644 --- a/tools/Makefile.inc +++ b/tools/Makefile.inc @@ -1,14 +1,7 @@ -# $NetBSD: Makefile.inc,v 1.7 2001/09/25 01:43:35 tv Exp $ +# $NetBSD: Makefile.inc,v 1.8 2001/10/27 01:57:40 perry Exp $ .include -# Ensure that TOOLDIR is set. -.if !defined(TOOLDIR) -.BEGIN: - @echo "===> TOOLDIR must be set in ${MAKECONF} or the environment" - @false -.endif - # Stash the current directory (some builds here actually change .CURDIR). _CURDIR?=${.CURDIR}