Source-Changes-HG archive

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

[src/trunk]: src/share/mk fix comment (so bracket matching works as intended)



details:   https://anonhg.NetBSD.org/src/rev/be4dd72192a8
branches:  trunk
changeset: 754279:be4dd72192a8
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Apr 26 03:46:00 2010 +0000

description:
fix comment (so bracket matching works as intended)

diffstat:

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

diffs (18 lines):

diff -r ea60e17feb50 -r be4dd72192a8 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Sun Apr 25 22:50:11 2010 +0000
+++ b/share/mk/bsd.lib.mk       Mon Apr 26 03:46:00 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.305 2010/03/02 20:49:18 darran Exp $
+#      $NetBSD: bsd.lib.mk,v 1.306 2010/04/26 03:46:00 lukem Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -414,7 +414,7 @@
 .if ${LIBISPRIVATE} != "no"
 # No installation is required
 libinstall::
-.endif # ${LIBISPRIVATE} == "no"                                       # {
+.endif
 
 .if ${MKDEBUGLIB} != "no"
 _LIBS+=lib${LIB}_g.a



Home | Main Index | Thread Index | Old Index