[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.lib.mk between version 1.247 and 1.248

version 1.247, 2004/02/06 12:34:11 version 1.248, 2004/02/09 06:35:18
Line 586  ${DESTDIR}${_LIBSODIR}/lib${LIB}.so.${SH
Line 586  ${DESTDIR}${_LIBSODIR}/lib${LIB}.so.${SH
                 ${DESTDIR}${_LIBSODIR}/lib${LIB}.so                  ${DESTDIR}${_LIBSODIR}/lib${LIB}.so
 .if ${_LIBSODIR} != ${LIBDIR}  .if ${_LIBSODIR} != ${LIBDIR}
         ${INSTALL_SYMLINK} ${SYSPKGTAG} \          ${INSTALL_SYMLINK} ${SYSPKGTAG} \
                 -l r ${DESTDIR}${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION} \                  ${_LIBSODIR}/lib${LIB}.so.${SHLIB_FULLVERSION} \
                 ${DESTDIR}${LIBDIR}/lib${LIB}.so                  ${DESTDIR}${LIBDIR}/lib${LIB}.so
 .endif  .endif
 .endif  .endif

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.248

CVSweb <webmaster@jp.NetBSD.org>