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 2003-11-07 08:36:55 +00:00
parent 4f83ec3c1d
commit 01492b91a6

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