Module Name:    src
Committed By:   spz
Date:           Sat Feb  9 12:17:21 UTC 2013

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
typo in a MKDEBUGLIB part


To generate a diff of this commit:
cvs rdiff -u -r1.328 -r1.329 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.lib.mk
diff -u src/share/mk/bsd.lib.mk:1.328 src/share/mk/bsd.lib.mk:1.329
--- src/share/mk/bsd.lib.mk:1.328	Fri Feb  8 04:06:25 2013
+++ src/share/mk/bsd.lib.mk	Sat Feb  9 12:17:20 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.lib.mk,v 1.328 2013/02/08 04:06:25 matt Exp $
+#	$NetBSD: bsd.lib.mk,v 1.329 2013/02/09 12:17:20 spz Exp $
 #	@(#)bsd.lib.mk	8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -723,7 +723,7 @@ libinstall:: ${_DEST.LIB}/${_LIB_g.a}
 .PRECIOUS: ${_DEST.LIB}/${_LIB_g.a}
 
 .if ${MKUPDATE} == "no"
-.if !defined(BUILD) && !make(all) && !make(${_LIB_g.a)
+.if !defined(BUILD) && !make(all) && !make(${_LIB_g.a})
 ${_DEST.LIB}/${_LIB_g.a}! .MADE
 .endif
 ${_DEST.LIB}/${_LIB_g.a}! ${_LIB_g.a} __archiveinstall

Reply via email to