aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2021-08-17 19:25:44 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2021-08-17 19:26:03 +0000
commit4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d (patch)
tree1f536889f1f19a73740c24bb4539b4e1246a7bf3 /Makefile.inc1
parent2faf504d1ab821fe2b9df9d2afb49bb35e1334f4 (diff)
downloadsrc-4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d.tar.gz
src-4b7bf84248920fbafa5cbe2f7d3389c5eca4ef1d.zip
bootstrap-tools: Don't copy host tools with make -n
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 9209f0ef053c..eb69d660cede 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2475,7 +2475,7 @@ _bootstrap_tools_links+=${_links:S/,/ /g}
${_bt}-links: .PHONY
.for _tool in ${_bootstrap_tools_links}
-${_bt}-link-${_tool}: .PHONY .MAKE
+${_bt}-link-${_tool}: .PHONY
@rm -f "${WORLDTMP}/legacy/bin/${_tool}"; \
source_path=`which ${_tool}`; \
if [ ! -e "$${source_path}" ] ; then \