Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/tic Use HOST_SRCS instead of adding to SRCS for hash.c
details: https://anonhg.NetBSD.org/src/rev/a424d03ece44
branches: trunk
changeset: 752240:a424d03ece44
user: roy <roy%NetBSD.org@localhost>
date: Sat Feb 20 19:04:48 2010 +0000
description:
Use HOST_SRCS instead of adding to SRCS for hash.c
diffstat:
tools/tic/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (17 lines):
diff -r e0b45759d02e -r a424d03ece44 tools/tic/Makefile
--- a/tools/tic/Makefile Sat Feb 20 17:02:33 2010 +0000
+++ b/tools/tic/Makefile Sat Feb 20 19:04:48 2010 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2010/02/20 17:02:33 roy Exp $
+# $NetBSD: Makefile,v 1.3 2010/02/20 19:04:48 roy Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tic
HOST_SRCDIR= usr.bin/tic
+HOST_SRCS= hash.c
.include "${.CURDIR}/../Makefile.host"
.PATH: ${NETBSDSRCDIR}/lib/libterminfo
-SRCS+= hash.c
-
-tic: hash.lo
Home |
Main Index |
Thread Index |
Old Index