Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Fix pasto.



details:   https://anonhg.NetBSD.org/src/rev/dd0bcf1f8b4c
branches:  trunk
changeset: 812510:dd0bcf1f8b4c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 19 00:25:50 2015 +0000

description:
Fix pasto.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c83016100924 -r dd0bcf1f8b4c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Dec 19 00:25:16 2015 +0000
+++ b/share/mk/bsd.own.mk       Sat Dec 19 00:25:50 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.882 2015/12/18 18:57:56 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.883 2015/12/19 00:25:50 wiz Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -496,7 +496,7 @@
 TOOL_RPCGEN=           rpcgen
 TOOL_SED=              sed
 TOOL_SOELIM=           soelim
-TOOL_SOELIM=           sortinfo
+TOOL_SORTINFO=         sortinfo
 TOOL_SPARKCRC=         sparkcrc
 TOOL_STAT=             stat
 TOOL_STRFILE=          strfile



Home | Main Index | Thread Index | Old Index