aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-01-18 11:00:24 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-01-18 11:00:24 +0000
commit85dd55e47302ff43e41f568ed51380ad7042da99 (patch)
tree045f084d2ea60e93a7d5d18ba90927aefc12860d /Makefile.inc1
parentc9746255c9789455dd66e99c64f277915ef042da (diff)
downloadsrc-85dd55e47302ff43e41f568ed51380ad7042da99.tar.gz
src-85dd55e47302ff43e41f568ed51380ad7042da99.zip
Finally resolve the texinfo issue by moving it
from the cross-tools to the bootstrap-tools. Requested by: bde, marcel
Notes
Notes: svn path=/head/; revision=56235
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 23fea3fa2885..8cf77116425e 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; \