Module Name:    src
Committed By:   joerg
Date:           Mon Aug 20 15:44:02 UTC 2012

Modified Files:
        src/lib/libterminfo: Makefile.hash

Log Message:
Add tic dependency only for the USETOOLS case.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libterminfo/Makefile.hash

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libterminfo/Makefile.hash
diff -u src/lib/libterminfo/Makefile.hash:1.5 src/lib/libterminfo/Makefile.hash:1.6
--- src/lib/libterminfo/Makefile.hash:1.5	Sun Jun  3 23:19:10 2012
+++ src/lib/libterminfo/Makefile.hash	Mon Aug 20 15:44:02 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.hash,v 1.5 2012/06/03 23:19:10 joerg Exp $
+#	$NetBSD: Makefile.hash,v 1.6 2012/08/20 15:44:02 joerg Exp $
 
 SCRIPT_ENV=	\
 	TOOL_AWK=${TOOL_AWK:Q} \
@@ -22,7 +22,9 @@ compiled_terms.c: genterms term.h ${NETB
 		@echo "Generating compiled terminfo descriptions"
 		${SCRIPT_ENV} ${HOST_SH} ${.ALLSRC} > ${.TARGET}
 
+.if ${USETOOLS} == "yes"
 compiled_terms.c: ${TOOL_TIC}
+.endif
 
 DPSRCS+=	hash.c termcap_hash.c compiled_terms.c
 

Reply via email to