Add gnu/usr.bin/texinfo to the list of cross-tools.

We need an up-to-date `makeinfo' and `install-info'
at `world' and `install' stages.

Pointed out by:	bde
This commit is contained in:
Ruslan Ermilov 2000-01-17 15:33:34 +00:00
parent 12900fe317
commit 4928e3ce0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56195

View File

@ -530,7 +530,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
cross-tools:
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc \
gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \