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
This commit is contained in:
Kris Kennaway 2003-11-07 08:36:55 +00:00
parent 8bea451207
commit 2a6e9f885c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122204

View File

@ -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)"