summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorgrant <grant>2003-08-16 23:49:27 +0000
committergrant <grant>2003-08-16 23:49:27 +0000
commit00fdfd4eb73e95cc5f22a32390f0d4b44f07e5b6 (patch)
treee7aa088fdccfc68e7d069079394ab2f9c0e61ffa /mk/tools.mk
parent74d059f6f7f828c5548f0983ea0475d0e9bbf1dc (diff)
downloadpkgsrc-00fdfd4eb73e95cc5f22a32390f0d4b44f07e5b6.tar.gz
fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE
Diffstat (limited to 'mk/tools.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