Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/sys Fix previous.



details:   https://anonhg.NetBSD.org/src/rev/e55ac7bb03a4
branches:  trunk
changeset: 767066:e55ac7bb03a4
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Jul 07 19:29:58 2011 +0000

description:
Fix previous.

diffstat:

 tests/lib/libc/sys/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 51d7e375146e -r e55ac7bb03a4 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile       Thu Jul 07 18:23:18 2011 +0000
+++ b/tests/lib/libc/sys/Makefile       Thu Jul 07 19:29:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/07/07 07:06:21 jruoho Exp $
+# $NetBSD: Makefile,v 1.6 2011/07/07 19:29:58 jruoho Exp $
 
 MKMAN= no
 
@@ -42,7 +42,7 @@
 TESTS_C+=              t_unlink
 
 LDADD.t_getpid+=        -lpthread
-LDADD.t_timer+=         -lpthread
+LDADD.t_timer_create+=  -lpthread
 
 WARNS=                 4
 



Home | Main Index | Thread Index | Old Index