diff options
author | ryoon <ryoon> | 2015-07-04 12:33:36 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-07-04 12:33:36 +0000 |
commit | 142bb3d529e2999a5793454a289d2df01f3eaf88 (patch) | |
tree | 6c1d6c9124cbd7f79eac72d86c79a1342d6b31ce /pkgtools | |
parent | 15e402bfbd8f5db85b9611f1977809e2a05190c1 (diff) | |
download | pkgsrc-142bb3d529e2999a5793454a289d2df01f3eaf88.tar.gz |
Revert generic part.
Requested by jperkin@ and joerg@.
Diffstat (limited to 'pkgtools')
-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 |