As ld(1) was taught to look into /lib, there's no longer a reason

for having compatibility .so symlinks.

Submitted by:	obrien
Reviewed by:	gordon
This commit is contained in:
Ruslan Ermilov 2003-09-03 06:31:50 +00:00
parent e0254f1068
commit 1c0b8fcbfe

View File

@ -209,10 +209,6 @@ _libinstall:
${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}
.if defined(SHLIB_LINK)
ln -fs ${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}/${SHLIB_LINK}
.if (${LIBDIR} != ${SHLIBDIR})
ln -fs ${LIBDIR:C|/[^/]+|/..|g:S|^/||}${SHLIBDIR}/${SHLIB_NAME} \
${DESTDIR}${LIBDIR}/${SHLIB_LINK}
.endif
.endif
.endif
.if defined(INSTALL_PIC_ARCHIVE) && defined(LIB) && !empty(LIB)