diff --git a/Makefile b/Makefile index 3ab541ba1..8117e6caa 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ PROFILE ?= debug ifneq (,$(filter install, $(MAKECMDGOALS))) override PROFILE:=release -override BUILD:=INSTALL -override DONT_BUILD:=DONT_INSTALL +override BUILD:=$(INSTALL) +override DONT_BUILD:=$(DONT_INSTALL) endif MULTICALL ?= n