summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-11-07 08:36:55 +0000
committerkris <kris@FreeBSD.org>2003-11-07 08:36:55 +0000
commit9ae8412ffe1e0a2069fbbad1489aaf547220c071 (patch)
tree476e6a46d096d8b4cfc9da01e1ddb77a38cda19d /Makefile
parent4c2de3d46a04cfa69c5a8a9b8582d6df94ae0950 (diff)
downloadFreeBSD-src-9ae8412ffe1e0a2069fbbad1489aaf547220c071.zip
FreeBSD-src-9ae8412ffe1e0a2069fbbad1489aaf547220c071.tar.gz
Don't allow the 'make' target (which rebuilds make for bootstrapping)
to become confused by a file called 'make' in /usr/src Submitted by: ru
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b17b82..132c115 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ MMAKE= ${MMAKEENV} make \
-DNOMAN -DNOSHARED \
-DNO_CPU_CFLAGS -DNO_WERROR
-make:
+make: .PHONY
@echo
@echo "--------------------------------------------------------------"
@echo ">>> Building an up-to-date make(1)"
OpenPOWER on IntegriCloud