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
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ MAKEFLAGS += --warn-undefined-variables
|
|||
.SHELLFLAGS := -e -u -o pipefail -c
|
||||
SHELL := bash
|
||||
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
|
||||
|
||||
# Set some root variable to use in this library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue