Reapply r295227: Stop hiding link install commands.

This was lost in the release-pkg merge in r298107.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery
2017-11-06 19:33:50 +00:00
parent 9c92bb71de
commit 2f445a5314
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -89,7 +89,6 @@ _${group}INS: ${_${group}INCS}
.if defined(INCSLINKS) && !empty(INCSLINKS)
installincludes:
.for s t in ${INCSLINKS}
@${ECHO} "${DESTDIR}${t} -> ${s}" ; \
${INSTALL_SYMLINK} ${TAG_ARGS:D${TAG_ARGS},development} ${s} ${DESTDIR}${t}
.endfor
.endif