diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-01-18 11:00:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-01-18 11:00:24 +0000 |
| commit | 85dd55e47302ff43e41f568ed51380ad7042da99 (patch) | |
| tree | 045f084d2ea60e93a7d5d18ba90927aefc12860d | |
| parent | c9746255c9789455dd66e99c64f277915ef042da (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 6 |
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; \ |
