Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libexecinfo Fix destination directory



details:   https://anonhg.NetBSD.org/src/rev/d3d6592fa765
branches:  trunk
changeset: 779432:d3d6592fa765
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 27 22:57:24 2012 +0000

description:
Fix destination directory

diffstat:

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

diffs (14 lines):

diff -r ce644b533c6c -r d3d6592fa765 tests/lib/libexecinfo/Makefile
--- a/tests/lib/libexecinfo/Makefile    Sun May 27 22:03:16 2012 +0000
+++ b/tests/lib/libexecinfo/Makefile    Sun May 27 22:57:24 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2012/05/27 18:47:18 christos Exp $
+# $NetBSD: Makefile,v 1.2 2012/05/27 22:57:24 martin Exp $
 
 .include <bsd.own.mk>
 
-TESTSDIR=      ${TESTSBASE}/lib/libm
+TESTSDIR=      ${TESTSBASE}/lib/libexecinfo
 
 TESTS_C+=      t_backtrace
 



Home | Main Index | Thread Index | Old Index