Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/tpfmt don't link unused library.
details: https://anonhg.NetBSD.org/src/rev/5ff5b2b9b680
branches: trunk
changeset: 764265:5ff5b2b9b680
user: yamt <yamt%NetBSD.org@localhost>
date: Thu Apr 14 16:25:58 2011 +0000
description:
don't link unused library.
diffstat:
usr.bin/tpfmt/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4b82d44a597c -r 5ff5b2b9b680 usr.bin/tpfmt/Makefile
--- a/usr.bin/tpfmt/Makefile Thu Apr 14 16:23:59 2011 +0000
+++ b/usr.bin/tpfmt/Makefile Thu Apr 14 16:25:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/11/24 13:17:56 christos Exp $
+# $NetBSD: Makefile,v 1.3 2011/04/14 16:25:58 yamt Exp $
PROG= tpfmt
NOMAN=
@@ -6,10 +6,8 @@
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/
SRCS= tpfmt.c sym.c
-LDADD+= -lpthread
LDADD+= -lelf
LDADD+= -lutil
-DPADD+= ${LIBPTHREAD}
DPADD+= ${LIBELF}
DPADD+= ${LIBUTIL}
Home |
Main Index |
Thread Index |
Old Index