From: Eirik Nygaard Date: Sat, 31 Jan 2004 18:08:03 +0000 (+0000) Subject: Readd ending '\' so it compiles the cross build tools X-Git-Tag: v2.0.1~12160 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/a5093e75f0426bf4237de3b0635861d0ccaabba9 Readd ending '\' so it compiles the cross build tools --- diff --git a/Makefile.inc1 b/Makefile.inc1 index 17c606da8e..f4feb3fc6b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.18 2004/01/31 11:56:26 eirikn Exp $ +# $DragonFly: src/Makefile.inc1,v 1.19 2004/01/31 18:08:03 eirikn Exp $ # # Make command line options: # -DMAKE_KERBEROS5 to build Kerberos5 @@ -655,7 +655,7 @@ _btxld= usr.sbin/btxld .endif cross-tools: -.for _tool in ${_btxld} ${_elf2exe} +.for _tool in ${_btxld} ${_elf2exe} \ gnu/usr.bin/binutils usr.bin/objformat usr.sbin/crunch/crunchide \ gnu/usr.bin/cc gnu/usr.bin/cc3 ${ECHODIR} "===> ${_tool}"; \