summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-18 13:21:40 +0000
committerru <ru@FreeBSD.org>2004-08-18 13:21:40 +0000
commit115cded1038aaa6c7c3d45e9a12cfd194c04c6ae (patch)
treed93c67f45401a6ec15b05e51f14f754df0fb074c /Makefile.inc1
parente6a08577af70d1afa15b0030840eb6171b7d70b9 (diff)
downloadFreeBSD-src-115cded1038aaa6c7c3d45e9a12cfd194c04c6ae.zip
FreeBSD-src-115cded1038aaa6c7c3d45e9a12cfd194c04c6ae.tar.gz
A fix from rev. 1.52 of gnu/usr.bin/cc/cc_tools/Makefile was lost
in rev. 1.57. Fix this regression by making cc_tools a new-style build-tool in Makefile.inc1. For details of what has been fixed, please see the gnu/usr.bin/cc/cc_tools/Makefile,v 1.52 commit log. Caught this by accidentally touching param.h while in the process of cross-buildworld for amd64.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5b1ffb6..3d79218 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -781,7 +781,6 @@ build-tools:
bin/csh \
bin/sh \
${_rescue} \
- gnu/usr.bin/cc/cc_tools \
lib/libncurses \
${_share} \
${_aicasm} \
@@ -794,6 +793,7 @@ build-tools:
${MAKE} DIRPRFX=${_tool}/ build-tools
.endfor
.for _tool in \
+ gnu/usr.bin/cc/cc_tools \
${_kerberos5_tools}
${_+_}@${ECHODIR} "===> ${_tool}"; \
cd ${.CURDIR}/${_tool}; \
OpenPOWER on IntegriCloud