From 4438f41201fdb4437129a4355754890a3275424d Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 30 Sep 2017 20:06:36 +0000 Subject: MFC r321845: Standardize on SRCTOP instead of .CURDIR-relative paths --- Makefile.inc1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index eb45db4..64bb6dd 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1460,9 +1460,14 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools _rescue= rescue/rescue .endif +.if ${MK_TCSH} != "no" +_tcsh=bin/csh +.endif + build-tools: .MAKE + .for _tool in \ - bin/csh \ + ${_tcsh} \ bin/sh \ ${_rescue} \ ${LOCAL_TOOL_DIRS} \ @@ -1580,7 +1585,7 @@ native-xtools: .PHONY bin/cat \ bin/chmod \ bin/cp \ - bin/csh \ + ${_tcsh} \ bin/echo \ bin/expr \ bin/hostname \ -- cgit v1.1