From 9002895fe6a7faf4013039b2363a8f6de19da82d Mon Sep 17 00:00:00 2001 From: christos Date: Wed, 2 Nov 2011 20:36:41 +0000 Subject: [PATCH] move tic later, after all the tools it needs are built. --- tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index de23d770e78b..8b804a569a24 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 @@ -53,6 +53,7 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \ .WAIT texinfo \ .WAIT yacc \ .WAIT awk \ + .WAIT tic \ .WAIT lex \ .WAIT pax \ .WAIT ${TOOLCHAIN_BITS} \