aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-08-18 13:21:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-08-18 13:21:40 +0000
commit7c996c4acc30905d9ff93c92804d9346846b17b9 (patch)
treed93c67f45401a6ec15b05e51f14f754df0fb074c /Makefile.inc1
parent657d1848aee3deafb592fe06418142869766939c (diff)
downloadsrc-7c996c4acc30905d9ff93c92804d9346846b17b9.tar.gz
src-7c996c4acc30905d9ff93c92804d9346846b17b9.zip
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.
Notes
Notes: svn path=/head/; revision=133956
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 5b1ffb6a8ff0..3d792189c6e5 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}; \