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:
parent
5c88a52c2f
commit
23ca60ecd2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue