pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE
details: https://anonhg.NetBSD.org/pkgsrc/rev/b675882a5c1b
branches: trunk
changeset: 460046:b675882a5c1b
user: grant <grant%pkgsrc.org@localhost>
date: Sat Aug 16 23:49:27 2003 +0000
description:
fix small typo: TOOLS_REPLACE -> _TOOLS_REPLACE
diffstat:
mk/tools.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cd99f556f72f -r b675882a5c1b mk/tools.mk
--- a/mk/tools.mk Sat Aug 16 23:19:04 2003 +0000
+++ b/mk/tools.mk Sat Aug 16 23:49:27 2003 +0000
@@ -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 @@
#
. 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
Home |
Main Index |
Thread Index |
Old Index