Module Name:    src
Committed By:   njoly
Date:           Wed Nov  2 23:47:07 UTC 2011

Modified Files:
        src/tools: Makefile

Log Message:
Do not build tic more than once


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 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.153 src/tools/Makefile:1.154
--- src/tools/Makefile:1.153	Wed Nov  2 20:36:41 2011
+++ src/tools/Makefile	Wed Nov  2 23:47:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.153 2011/11/02 20:36:41 christos Exp $
+#	$NetBSD: Makefile,v 1.154 2011/11/02 23:47:07 njoly Exp $
 
 .include <bsd.own.mk>
 
@@ -65,7 +65,7 @@ SUBDIR=	host-mkdep .WAIT compat .WAIT \
 		.WAIT paxctl \
 		.WAIT fdisk \
 		.WAIT installboot \
-		pwd_mkdb stat strfile sunlabel zic tic
+		pwd_mkdb stat strfile sunlabel zic
 
 .if ${MKLLVM} != "no"
 SUBDIR+= \

Reply via email to