Module Name: src
Committed By: nakayama
Date: Wed Feb 13 08:00:48 UTC 2013
Modified Files:
src/share/mk: bsd.lib.mk
Log Message:
Fix copy and paste miss introduced in rev 1.327.
To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 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.330 src/share/mk/bsd.lib.mk:1.331
--- src/share/mk/bsd.lib.mk:1.330 Sat Feb 9 17:18:17 2013
+++ src/share/mk/bsd.lib.mk Wed Feb 13 08:00:47 2013
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.330 2013/02/09 17:18:17 christos Exp $
+# $NetBSD: bsd.lib.mk,v 1.331 2013/02/13 08:00:47 nakayama Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -744,7 +744,7 @@ libinstall:: ${_DEST.LIB}/${_LIB_pic.a}
${_DEST.LIB}/${_LIB_pic.a}! .MADE
.endif
.if ${MKPICLIB} == "no"
-${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archivesymlinkpic
+${_DEST.LIB}/${_LIB_pic.a}! ${_LIB.a} __archivesymlinkpic
.else
${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a} __archiveinstall
.endif
@@ -753,7 +753,7 @@ ${_DEST.LIB}/${_LIB_pic.a}! ${_LIB_pic.a
${_DEST.LIB}/${_LIB_pic.a}: .MADE
.endif
.if ${MKPICLIB} == "no"
-${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archivesymlinkpic
+${_DEST.LIB}/${_LIB_pic.a}: ${_LIB.a} __archivesymlinkpic
.else
${_DEST.LIB}/${_LIB_pic.a}: ${_LIB_pic.a} __archiveinstall
.endif