From 1e90af91139055db267713cc124fb92c48836ee3 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 6 Apr 2003 21:33:49 +0000 Subject: Moved libbuild target to where it belongs. Added a comment. --- Makefile.inc1 | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index df3af7a..8a3da19 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -617,12 +617,8 @@ installmost: # # -# bootstrap-tools: Build tools needed for compatibility +# libbuild: Build compatibility shims for the next three targets # -.if exists(${.CURDIR}/games) && !defined(NOGAMES) -_strfile= games/fortune/strfile -.endif - libbuild: .for _tool in tools/build @${ECHODIR} "===> ${_tool}"; \ @@ -633,6 +629,13 @@ libbuild: ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX}/build install .endfor +# +# bootstrap-tools: Build tools needed for compatibility +# +.if exists(${.CURDIR}/games) && !defined(NOGAMES) +_strfile= games/fortune/strfile +.endif + bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \ usr.bin/makewhatis usr.bin/rpcgen usr.bin/uudecode \ -- cgit v1.1