Source-Changes-HG archive

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

[src/trunk]: src/tools We need binstall to be installed, before attempting to...



details:   https://anonhg.NetBSD.org/src/rev/805a455ba7b6
branches:  trunk
changeset: 536402:805a455ba7b6
user:      chris <chris%NetBSD.org@localhost>
date:      Sat Sep 14 23:34:16 2002 +0000

description:
We need binstall to be installed, before attempting to use it to install mktemp.

diffstat:

 tools/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d210c2f7c8b9 -r 805a455ba7b6 tools/Makefile
--- a/tools/Makefile    Sat Sep 14 23:21:13 2002 +0000
+++ b/tools/Makefile    Sat Sep 14 23:34:16 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.56 2002/09/14 18:00:22 thorpej Exp $
+#      $NetBSD: Makefile,v 1.57 2002/09/14 23:34:16 chris Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,7 @@
 .if !defined(NOSUBDIR)                                 # {
 
 SUBDIR=        host-mkdep .WAIT compat .WAIT \
-       binstall mktemp .WAIT \
+       binstall .WAIT mktemp .WAIT \
                cap_mkdb crunchgen ctags gencat lint lint2 lorder \
                m4 makewhatis mkdep mtree rpcgen tsort uudecode \
        texinfo .WAIT \



Home | Main Index | Thread Index | Old Index