mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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:
parent
8bea451207
commit
2a6e9f885c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue