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.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/share/mk/bsd.lib.mk 1993/04/25 02:51:01 1.10 +++ src/share/mk/bsd.lib.mk 1993/04/25 05:21:08 1.11 @@ -116,7 +116,7 @@ beforeinstall: fi .endif -realinstall: beforeinstall +realinstall: ranlib lib${LIB}.a install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} lib${LIB}.a \ ${DESTDIR}${LIBDIR} @@ -140,8 +140,10 @@ realinstall: beforeinstall done; true .endif -install: afterinstall -afterinstall: realinstall maninstall +install: maninstall +maninstall: afterinstall +afterinstall: realinstall +realinstall: beforeinstall .endif .if !target(lint)