From a20c015c92fc6ca6da093814c8ade0a180429f4c Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Fri, 11 Jul 2003 17:01:58 +0000 Subject: [PATCH] Forgot that the rescue subdir needs to be a conditional for the build-tools bit. --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 2080bc110bf1..3934c67a808b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -722,11 +722,15 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libvers \ kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl .endif +.if exists(${.CURDIR}/rescue) && !defined(NORESCUE) +_rescue= rescue/rescue +.endif + build-tools: .for _tool in \ bin/csh \ bin/sh \ - rescue/rescue \ + ${_rescue} \ gnu/usr.bin/cc/cc_tools \ ${_fortran} \ ${_libkrb5} \