Source-Changes-HG archive

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

[src/trunk]: src/tools move tic later, after all the tools it needs are built.



details:   https://anonhg.NetBSD.org/src/rev/3153e6cb52c8
branches:  trunk
changeset: 770931:3153e6cb52c8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 02 20:36:41 2011 +0000

description:
move tic later, after all the tools it needs are built.

diffstat:

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

diffs (17 lines):

diff -r 09930500738e -r 3153e6cb52c8 tools/Makefile
--- a/tools/Makefile    Wed Nov 02 20:33:18 2011 +0000
+++ b/tools/Makefile    Wed Nov 02 20:36:41 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.152 2011/11/02 20:33:18 yamt Exp $
+#      $NetBSD: Makefile,v 1.153 2011/11/02 20:36:41 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -53,6 +53,7 @@
        .WAIT texinfo \
        .WAIT yacc \
        .WAIT awk \
+       .WAIT tic \
        .WAIT lex \
        .WAIT pax \
        .WAIT ${TOOLCHAIN_BITS} \



Home | Main Index | Thread Index | Old Index