From 491beb71f3baf0c2510a63d5e6265bc46985ede3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 1 Nov 2001 06:14:42 +0000 Subject: [PATCH] Add 'awk' to the build-tools, so that the small utility used to build one of the source files is made for the host, not target. --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index b5d300c46965..7f11f80f6543 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -598,8 +598,8 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl build-tools: .for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ - ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/file \ - usr.sbin/sysinstall + ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \ + usr.bin/file usr.sbin/sysinstall cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor