diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-04 12:33:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-04 12:33:36 +0000 |
commit | 776a8cab66b83dcfd4ce9af5300d0de9466756b0 (patch) | |
tree | 6c1d6c9124cbd7f79eac72d86c79a1342d6b31ce /pkgtools/bootstrap-mk-files | |
parent | 37daaa461a9c5da3b6b5157b2dedf61ed85d9f97 (diff) | |
download | pkgsrc-776a8cab66b83dcfd4ce9af5300d0de9466756b0.tar.gz |
Revert generic part.
Requested by jperkin@ and joerg@.
Diffstat (limited to 'pkgtools/bootstrap-mk-files')
-rw-r--r-- | pkgtools/bootstrap-mk-files/files/bsd.lib.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk index c9ea31d22e8..8f3fe6d4810 100644 --- a/pkgtools/bootstrap-mk-files/files/bsd.lib.mk +++ b/pkgtools/bootstrap-mk-files/files/bsd.lib.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.6 2015/07/04 07:19:08 ryoon Exp $ +# $NetBSD: bsd.lib.mk,v 1.7 2015/07/04 12:33:36 ryoon Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .if !target(__initialized__) @@ -350,7 +350,7 @@ realall: ${SRCS} ${ALLOBJS:O} ${_LIBS} __archivebuild: .USE @rm -f ${.TARGET} - ${AR} cq ${.TARGET} ${.ALLSRC:M*o} + ${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}` ${RANLIB} ${.TARGET} __archiveinstall: .USE |