aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-11-07 08:36:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-11-07 08:36:55 +0000
commit2a6e9f885cabfcfa316b08785f2bc3cf96d2ba5b (patch)
tree476e6a46d096d8b4cfc9da01e1ddb77a38cda19d /Makefile
parent8bea451207e42d711fba0226792978a7a55be166 (diff)
downloadsrc-2a6e9f885cabfcfa316b08785f2bc3cf96d2ba5b.tar.gz
src-2a6e9f885cabfcfa316b08785f2bc3cf96d2ba5b.zip
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
Notes
Notes: svn path=/head/; revision=122204
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b17b82905a7..132c1153b489 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)"