summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-01-18 11:00:24 +0000
committerru <ru@FreeBSD.org>2000-01-18 11:00:24 +0000
commitbd6460d3dd910f3e038f201daa206c58c3cfca4d (patch)
treeccb9e5282ffa6aea6616b73776118c000e25fa79 /Makefile.inc1
parentad8c72b589ff4e8a393b67e81e83a5e5627356c7 (diff)
downloadFreeBSD-src-bd6460d3dd910f3e038f201daa206c58c3cfca4d.zip
FreeBSD-src-bd6460d3dd910f3e038f201daa206c58c3cfca4d.tar.gz
Finally resolve the texinfo issue by moving it
from the cross-tools to the bootstrap-tools. Requested by: bde, marcel
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 23fea3f..8cf7711 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -467,7 +467,8 @@ _strfile= games/fortune/strfile
.endif
bootstrap-tools:
-.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config
+.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
+ gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
@@ -530,8 +531,7 @@ _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 gnu/usr.bin/texinfo \
- usr.bin/objformat gnu/usr.bin/cc
+ usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
OpenPOWER on IntegriCloud