diff options
author | ru <ru@FreeBSD.org> | 2000-01-17 15:33:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-01-17 15:33:34 +0000 |
commit | aa352e4a7c9e0c1d2cc20dd187b47db26ef1754d (patch) | |
tree | 3741d203bc29700717efba3d4563a5400a2424b6 /Makefile.inc1 | |
parent | 9a9dfc5208ee4d009be402ba8536fc1239f87412 (diff) | |
download | FreeBSD-src-aa352e4a7c9e0c1d2cc20dd187b47db26ef1754d.zip FreeBSD-src-aa352e4a7c9e0c1d2cc20dd187b47db26ef1754d.tar.gz |
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
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 3 |
1 files changed, 2 insertions, 1 deletions
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; \ |