summaryrefslogtreecommitdiffstats
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-09 22:21:09 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-09 22:21:09 +0000
commited7b2996620412b29e7a0fb776028c92df0228ee (patch)
treec99a235e70fb0021c4252bc6a884b8488c0449e2 /bin/csh/Makefile
parent046391d49f5259a6413733ec6912669cc0c3f72b (diff)
downloadFreeBSD-src-ed7b2996620412b29e7a0fb776028c92df0228ee.zip
FreeBSD-src-ed7b2996620412b29e7a0fb776028c92df0228ee.tar.gz
DIRDEPS_BUILD: Run the staged bootstrap-tools version of build-tools.
This avoids running target binaries. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r--bin/csh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 6e3c32d..3dbd0b5 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -118,7 +118,7 @@ gethost: gethost.c sh.err.h tc.const.h sh.h ${BUILD_TOOLS_META}
tc.defs.c: gethost ${TCSHDIR}/host.defs
@rm -f ${.TARGET}
@echo "/* Do not edit this file, make creates it */" > ${.TARGET}
- ./gethost ${TCSHDIR}/host.defs >> ${.TARGET}
+ ${BTOOLSPATH:U.}/gethost ${TCSHDIR}/host.defs >> ${.TARGET}
ed.defns.h: ed.defns.c
@rm -f ${.TARGET}
OpenPOWER on IntegriCloud