Update the text for building texinfo with build-tools to reflect the fact

that make install is being called as well

MFC after: 1 week
X-MFC with: r276052
This commit is contained in:
Enji Cooper 2014-12-22 04:54:57 +00:00
parent 492c2b1f49
commit 851cc4c0c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276053

View File

@ -1405,7 +1405,7 @@ build-tools: .MAKE
.endfor
.for _tool in \
${_texinfo}
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all)"; \
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
${MAKE} DIRPRFX=${_tool}/ obj && \
${MAKE} DIRPRFX=${_tool}/ depend && \