Revert previous. It was not wrong, but not necessary for everyone.
(If really wanted, *.a generation rule can be easily overriden locally.)
This commit is contained in:
parent
a2f6aae19d
commit
45ccdffc42
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.lib.mk,v 1.361 2015/09/07 06:42:07 uebayasi Exp $
|
||||
# $NetBSD: bsd.lib.mk,v 1.362 2015/09/08 16:06:42 uebayasi Exp $
|
||||
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
@ -559,15 +559,15 @@ __archivesymlinkpic: .USE
|
|||
DPSRCS+= ${_YLSRCS}
|
||||
CLEANFILES+= ${_YLSRCS}
|
||||
|
||||
${STOBJS} ${POBJS} ${GOBJS} ${SOBJS} ${LOBJS}: ${DPSRCS:O}
|
||||
${STOBJS} ${POBJS} ${GOBJS} ${SOBJS} ${LOBJS}: ${DPSRCS}
|
||||
|
||||
${_LIB.a}:: ${STOBJS:O} __archivebuild
|
||||
${_LIB.a}:: ${STOBJS} __archivebuild
|
||||
|
||||
${_LIB_p.a}:: ${POBJS:O} __archivebuild
|
||||
${_LIB_p.a}:: ${POBJS} __archivebuild
|
||||
|
||||
${_LIB_pic.a}:: ${SOBJS:O} __archivebuild
|
||||
${_LIB_pic.a}:: ${SOBJS} __archivebuild
|
||||
|
||||
${_LIB_g.a}:: ${GOBJS:O} __archivebuild
|
||||
${_LIB_g.a}:: ${GOBJS} __archivebuild
|
||||
|
||||
|
||||
_LIBLDOPTS=
|
||||
|
|
Loading…
Reference in New Issue