summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant>2003-08-16 23:49:27 +0000
committergrant <grant>2003-08-16 23:49:27 +0000
commitb933dd758ec2b565362b136672d7d8a245b0b3f5 (patch)
treee7aa088fdccfc68e7d069079394ab2f9c0e61ffa /mk
parent8ed52b5bb57c1de388b58669a6333fdc6d2a2f03 (diff)
downloadpkgsrc-b933dd758ec2b565362b136672d7d8a245b0b3f5.tar.gz
fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index be4410ad22a..e13de1377a2 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.5 2003/08/16 08:50:19 jlam Exp $
+# $NetBSD: tools.mk,v 1.6 2003/08/16 23:49:27 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -171,7 +171,7 @@ _TOOLS_NEED_GNU.${_tool_}= YES
#
. for _pattern_ in ${_TOOLS_REPLACE_OPSYS.${_tool_}}
. if !empty(MACHINE_PLATFORM:M${_pattern_})
-TOOLS_REPLACE.${_tool_}= YES
+_TOOLS_REPLACE.${_tool_}= YES
. endif
. endfor
.endfor # USE_GNU_TOOLS