Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix copy and paste miss introduced in rev 1.327.



details:   https://anonhg.NetBSD.org/src/rev/7ed2940e2789
branches:  trunk
changeset: 784890:7ed2940e2789
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Wed Feb 13 08:00:47 2013 +0000

description:
Fix copy and paste miss introduced in rev 1.327.

diffstat:

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

diffs (27 lines):

diff -r daf50fa0bc83 -r 7ed2940e2789 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Wed Feb 13 04:58:17 2013 +0000
+++ b/share/mk/bsd.lib.mk       Wed Feb 13 08:00:47 2013 +0000
@@ -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 @@
 ${_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}: .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



Home | Main Index | Thread Index | Old Index