From aa352e4a7c9e0c1d2cc20dd187b47db26ef1754d Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 17 Jan 2000 15:33:34 +0000 Subject: 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 --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 00e60e1..52652fd 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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; \ -- cgit v1.1