For some reason compiler should be the last in the list of cross-tools.

Unbroke the world by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc.

Submitted by:	Jim Bloom <bloom@acm.org>
This commit is contained in:
Ruslan Ermilov 2000-01-18 07:26:20 +00:00
parent 5b0613d5cb
commit 7e3e88c674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56221

View File

@ -530,8 +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 \
gnu/usr.bin/texinfo
usr.bin/gensetdefs gnu/usr.bin/binutils gnu/usr.bin/texinfo \
usr.bin/objformat gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \