No reason to install debug data with the schg flag

This commit is contained in:
Ed Maste 2012-12-18 21:13:03 +00:00
parent 2f01c791e9
commit facaa6ee9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244408

View File

@ -282,7 +282,7 @@ _libinstall:
${SHLIB_NAME} ${DESTDIR}${SHLIBDIR}
.if defined(DEBUG_FLAGS)
${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${_INSTALLFLAGS} ${_SHLINSTALLFLAGS} \
${_INSTALLFLAGS} \
${SHLIB_NAME}.symbols ${DESTDIR}${SHLIBDIR}
.endif
.if defined(SHLIB_LINK)