summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-26 09:24:59 +0000
committerphk <phk@FreeBSD.org>1995-10-26 09:24:59 +0000
commitb31d8ebe25bf2280c4a309d28a22547a5cf9536b (patch)
treeff7b9c01a0ad907a1a784f71cd6ce1fd35407f6e
parent24fbdefb1b2d66262f1658033fd29547012a3163 (diff)
downloadFreeBSD-src-b31d8ebe25bf2280c4a309d28a22547a5cf9536b.zip
FreeBSD-src-b31d8ebe25bf2280c4a309d28a22547a5cf9536b.tar.gz
Changed "tools" to "build-tools".
Suggested by: Peter Wemm
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7c90b69..4b994b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.63 1995/10/24 08:37:28 phk Exp $
+# $Id: Makefile,v 1.64 1995/10/24 18:51:08 nate Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -92,7 +92,7 @@ CLEANDIR= clean
CLEANDIR= cleandir
.endif
-world: hierarchy mk cleandist includes lib-tools libraries tools
+world: hierarchy mk cleandist includes lib-tools libraries build-tools
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR} The whole thing"
@echo "--------------------------------------------------------------"
@@ -306,7 +306,7 @@ libraries:
${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
.endif
-tools:
+build-tools:
@echo "--------------------------------------------------------------"
@echo " Rebuilding ${DESTDIR} C compiler, make, symorder and zic(8)"
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud