Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/csu/dso Simplify.



details:   https://anonhg.NetBSD.org/src/rev/960092cc8af4
branches:  trunk
changeset: 756823:960092cc8af4
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Aug 04 13:56:10 2010 +0000

description:
Simplify.

diffstat:

 tests/lib/csu/dso/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 97fba0013ca2 -r 960092cc8af4 tests/lib/csu/dso/Makefile
--- a/tests/lib/csu/dso/Makefile        Wed Aug 04 13:52:23 2010 +0000
+++ b/tests/lib/csu/dso/Makefile        Wed Aug 04 13:56:10 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/04 13:52:23 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/04 13:56:10 joerg Exp $
 
 NOMAN=         # defined
 
@@ -11,10 +11,7 @@
 SHLIBDIR=      ${TESTSBASE}/lib/csu
 SHLIB_MAJOR=   1
 
-MKSTATICLIB=   no
-MKPROFILE=     no
-MKPICINSTALL=  no
-
+LIBISMODULE=   yes
 LIBISCXX=      yes
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index