Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/tic Handle auto-generating hash.c



details:   https://anonhg.NetBSD.org/src/rev/4659beed8561
branches:  trunk
changeset: 770916:4659beed8561
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 02 17:49:20 2011 +0000

description:
Handle auto-generating hash.c

diffstat:

 tools/tic/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r d8024d6f5f96 -r 4659beed8561 tools/tic/Makefile
--- a/tools/tic/Makefile        Wed Nov 02 17:48:53 2011 +0000
+++ b/tools/tic/Makefile        Wed Nov 02 17:49:20 2011 +0000
@@ -1,9 +1,12 @@
-#      $NetBSD: Makefile,v 1.4 2010/02/22 23:05:39 roy Exp $
+#      $NetBSD: Makefile,v 1.5 2011/11/02 17:49:20 christos Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}tic
 HOST_SRCDIR=   usr.bin/tic
 HOST_SRCS=     compile.c hash.c
 
-.include "${.CURDIR}/../Makefile.host"
+TERMINFODIR=   ${NETBSDSRCDIR}/lib/libterminfo
 
-.PATH:         ${NETBSDSRCDIR}/lib/libterminfo
+.include "${.CURDIR}/../Makefile.host"
+.include "${TERMINFODIR}/Makefile.hash"
+
+.PATH:         ${TERMINFODIR}



Home | Main Index | Thread Index | Old Index