Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo Add tic dependency only for the USETOOLS case.
details: https://anonhg.NetBSD.org/src/rev/d30e35aa8f9f
branches: trunk
changeset: 781118:d30e35aa8f9f
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Aug 20 15:44:02 2012 +0000
description:
Add tic dependency only for the USETOOLS case.
diffstat:
lib/libterminfo/Makefile.hash | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r d93b168999f8 -r d30e35aa8f9f lib/libterminfo/Makefile.hash
--- a/lib/libterminfo/Makefile.hash Mon Aug 20 15:38:58 2012 +0000
+++ b/lib/libterminfo/Makefile.hash Mon Aug 20 15:44:02 2012 +0000
@@ -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 @@
@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
Home |
Main Index |
Thread Index |
Old Index