1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

fix error in overriding build during install

This commit is contained in:
Nathan Ross 2015-12-25 00:56:02 -05:00
parent 5c88a52c2f
commit 23ca60ecd2

View file

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