summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4940bb..e99c0f0 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,8 @@ make:
@echo " Upgrading the installed make"
@echo "--------------------------------------------------------------"
@cd ${.CURDIR}/usr.bin/make; \
- make obj && make depend && make all && make install
+ make obj && make -D_UPGRADING depend && \
+ make -D_UPGRADING all && make install
#
# Define the upgrade targets. These are listed here in alphabetical
OpenPOWER on IntegriCloud