1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +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 PROFILE ?= debug
ifneq (,$(filter install, $(MAKECMDGOALS))) ifneq (,$(filter install, $(MAKECMDGOALS)))
override PROFILE:=release override PROFILE:=release
override BUILD:=INSTALL override BUILD:=$(INSTALL)
override DONT_BUILD:=DONT_INSTALL override DONT_BUILD:=$(DONT_INSTALL)
endif endif
MULTICALL ?= n MULTICALL ?= n