summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-01-18 07:26:20 +0000
committerru <ru@FreeBSD.org>2000-01-18 07:26:20 +0000
commit75fb14fe150a4edb3bb5cc12882b17330a630fa1 (patch)
tree2b997f38cf9188f3c512ab4603b8e38f35eb585e /Makefile.inc1
parent60342c1750a3a08fa9c99be91c4208de5e0cb2d4 (diff)
downloadFreeBSD-src-75fb14fe150a4edb3bb5cc12882b17330a630fa1.zip
FreeBSD-src-75fb14fe150a4edb3bb5cc12882b17330a630fa1.tar.gz
For some reason compiler should be the last in the list of cross-tools.
Unbroke the world by moving gnu/usr.bin/texinfo before gnu/usr.bin/cc. Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 52652fd..23fea3f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -530,8 +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 \
- gnu/usr.bin/texinfo
+ usr.bin/gensetdefs gnu/usr.bin/binutils gnu/usr.bin/texinfo \
+ usr.bin/objformat gnu/usr.bin/cc
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
${MAKE} depend; \
OpenPOWER on IntegriCloud