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 retrieving revision 1.156 retrieving revision 1.157 diff -u -p -r1.156 -r1.157 --- src/share/mk/bsd.lib.mk 1999/08/21 06:17:46 1.156 +++ src/share/mk/bsd.lib.mk 1999/09/04 21:48:33 1.157 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.156 1999/08/21 06:17:46 simonb Exp $ +# $NetBSD: bsd.lib.mk,v 1.157 1999/09/04 21:48:33 fredb Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .if !target(__initialized__) @@ -332,7 +332,7 @@ libinstall:: ${DESTDIR}${LIBDIR}/lib${LI .if !defined(UPDATE) .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.a .endif -.if !defined(BUILD) +.if !defined(BUILD) && !make(all) && !make(lib${LIB}.a) ${DESTDIR}${LIBDIR}/lib${LIB}.a: .MADE .endif @@ -345,7 +345,7 @@ libinstall:: ${DESTDIR}${LIBDIR}/lib${LI .if !defined(UPDATE) .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_p.a .endif -.if !defined(BUILD) +.if !defined(BUILD) && !make(all) && !make(lib${LIB}_p.a) ${DESTDIR}${LIBDIR}/lib${LIB}_p.a: .MADE .endif @@ -358,7 +358,7 @@ libinstall:: ${DESTDIR}${LIBDIR}/lib${LI .if !defined(UPDATE) .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a .endif -.if !defined(BUILD) +.if !defined(BUILD) && !make(all) && !make(lib${LIB}_pic.a) ${DESTDIR}${LIBDIR}/lib${LIB}_pic.a: .MADE .endif @@ -371,7 +371,7 @@ libinstall:: ${DESTDIR}${LIBDIR}/lib${LI .if !defined(UPDATE) .PHONY: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} .endif -.if !defined(BUILD) +.if !defined(BUILD) && !make(all) && !make(lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}) ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE .endif @@ -399,7 +399,7 @@ libinstall:: ${DESTDIR}${LINTLIBDIR}/lli .if !defined(UPDATE) .PHONY: ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln .endif -.if !defined(BUILD) +.if !defined(BUILD) && !make(all) && !make(llib-l${LIB}.ln) ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: .MADE .endif