Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo Use $TOOL_TIC
details: https://anonhg.NetBSD.org/src/rev/f535bcc307b2
branches: trunk
changeset: 752030:f535bcc307b2
user: roy <roy%NetBSD.org@localhost>
date: Thu Feb 11 14:44:44 2010 +0000
description:
Use $TOOL_TIC
diffstat:
lib/libterminfo/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 493e35c19010 -r f535bcc307b2 lib/libterminfo/Makefile
--- a/lib/libterminfo/Makefile Thu Feb 11 14:38:43 2010 +0000
+++ b/lib/libterminfo/Makefile Thu Feb 11 14:44:44 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/02/11 13:11:47 roy Exp $
+# $NetBSD: Makefile,v 1.7 2010/02/11 14:44:44 roy Exp $
USE_SHLIBDIR= yes
@@ -15,7 +15,7 @@
.PHONY: rescue.c
rescue.c:
- tic -Sx ${NETBSDSRCDIR}/share/terminfo/terminfo \
+ ${TOOL_TIC} -Sx ${NETBSDSRCDIR}/share/terminfo/terminfo \
ansi dumb vt100 vt220 wsvt25 >$@
term.c: rescue.c
Home |
Main Index |
Thread Index |
Old Index