Module Name:    src
Committed By:   roy
Date:           Sat Feb 20 17:02:33 UTC 2010

Modified Files:
        src/tools/tic: Makefile

Log Message:
Use the pre-built hash table.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/tic/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/tic/Makefile
diff -u src/tools/tic/Makefile:1.1 src/tools/tic/Makefile:1.2
--- src/tools/tic/Makefile:1.1	Wed Feb  3 15:34:44 2010
+++ src/tools/tic/Makefile	Sat Feb 20 17:02:33 2010
@@ -1,17 +1,11 @@
-#	$NetBSD: Makefile,v 1.1 2010/02/03 15:34:44 roy Exp $
+#	$NetBSD: Makefile,v 1.2 2010/02/20 17:02:33 roy Exp $
 
 HOSTPROGNAME=	${_TOOL_PREFIX}tic
 HOST_SRCDIR=	usr.bin/tic
 
-
 .include "${.CURDIR}/../Makefile.host"
 
 .PATH:		${NETBSDSRCDIR}/lib/libterminfo
 SRCS+=		hash.c
-CLEANFILES+=	hash.c
-tic:		hash.lo
 
-# Generate our string and hash tables
-hash.c:
-		@echo "Generating terminfo hash"
-		cd ${NETBSDSRCDIR}/lib/libterminfo; ./genhash >${.OBJDIR}/$@
+tic:		hash.lo

Reply via email to