Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.355.2.1 retrieving revision 1.359 diff -u -p -r1.355.2.1 -r1.359 --- src/share/mk/bsd.lib.mk 2015/06/05 17:03:43 1.355.2.1 +++ src/share/mk/bsd.lib.mk 2015/07/20 12:20:26 1.359 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.355.2.1 2015/06/05 17:03:43 snj Exp $ +# $NetBSD: bsd.lib.mk,v 1.359 2015/07/20 12:20:26 joerg Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .include @@ -64,7 +64,7 @@ DPADD+= ${LIBDO.${_lib}}/lib${_lib}.so .endif # } ##### Build and install rules -MKDEP_SUFFIXES?= .o .po .pico .go .ln +MKDEP_SUFFIXES?= .o .po .pico .go .ln .d .if !defined(SHLIB_MAJOR) && exists(${SHLIB_VERSION_FILE}) # { SHLIB_MAJOR != . ${SHLIB_VERSION_FILE} ; echo $$major @@ -542,7 +542,7 @@ _INSTRANLIB=${empty(PRESERVE):?-a "${RAN __archivebuild: .USE ${_MKTARGET_BUILD} rm -f ${.TARGET} - ${AR} ${_ARFL} ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}` + ${AR} ${_ARFL} ${.TARGET} ${.ALLSRC:M*o:O} .endif .if !target(__archiveinstall)