diff options
author | grant <grant@pkgsrc.org> | 2003-08-16 23:49:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-08-16 23:49:27 +0000 |
commit | 02cce8b3fe49698df1c1f24c3b23c2114d1c5485 (patch) | |
tree | e7aa088fdccfc68e7d069079394ab2f9c0e61ffa /mk | |
parent | 53b7172739442242bd1e23f17815a3c57b21acfc (diff) | |
download | pkgsrc-02cce8b3fe49698df1c1f24c3b23c2114d1c5485.tar.gz |
fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 4 |
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 |