Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add missing }



details:   https://anonhg.NetBSD.org/src/rev/2515f590514e
branches:  trunk
changeset: 784744:2515f590514e
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Feb 08 04:06:25 2013 +0000

description:
Add missing }

diffstat:

 share/mk/bsd.lib.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 003ea70233c7 -r 2515f590514e share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Fri Feb 08 03:58:36 2013 +0000
+++ b/share/mk/bsd.lib.mk       Fri Feb 08 04:06:25 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.327 2013/02/08 02:30:53 christos Exp $
+#      $NetBSD: bsd.lib.mk,v 1.328 2013/02/08 04:06:25 matt Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -613,7 +613,7 @@
        ${LIBCC} ${LDLIBC} -Wl,-x -shared ${SHLIB_SHFLAGS} \
            ${_LDFLAGS.${_LIB}} -o ${.TARGET} ${_LIBLDOPTS} \
            -Wl,--whole-archive ${SOLIB} \
-           -Wl,--no-whole-archive ${_LDADD.${_LIB}
+           -Wl,--no-whole-archive ${_LDADD.${_LIB}}
 #  We don't use INSTALL_SYMLINK here because this is just
 #  happening inside the build directory/objdir. XXX Why does
 #  this spend so much effort on libraries that aren't live??? XXX



Home | Main Index | Thread Index | Old Index