Fixed tab error on old make versions.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -13s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -13s
This commit is contained in:
parent
21275aaded
commit
e9e76ec28b
|
@ -12,7 +12,7 @@ MAKEFLAGS += --warn-undefined-variables
|
||||||
.SHELLFLAGS := -e -u -o pipefail -c
|
.SHELLFLAGS := -e -u -o pipefail -c
|
||||||
SHELL := bash
|
SHELL := bash
|
||||||
ifeq ($(origin .RECIPEPREFIX), undefined)
|
ifeq ($(origin .RECIPEPREFIX), undefined)
|
||||||
$(error This version of make does not support dynamic white space brain fuck mode.)
|
$(error This version of make does not support dynamic white space brain fuck mode.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Set some root variable to use in this library
|
# Set some root variable to use in this library
|
||||||
|
|
Loading…
Reference in a new issue