Module Name: src
Committed By: christos
Date: Wed Nov 2 20:36:41 UTC 2011
Modified Files:
src/tools: Makefile
Log Message:
move tic later, after all the tools it needs are built.
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 src/tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile
diff -u src/tools/Makefile:1.152 src/tools/Makefile:1.153
--- src/tools/Makefile:1.152 Wed Nov 2 16:33:18 2011
+++ src/tools/Makefile Wed Nov 2 16:36:41 2011
@@ -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 @@ SUBDIR= host-mkdep .WAIT compat .WAIT \
.WAIT texinfo \
.WAIT yacc \
.WAIT awk \
+ .WAIT tic \
.WAIT lex \
.WAIT pax \
.WAIT ${TOOLCHAIN_BITS} \