[slave.mk] Define SPACE variable differently such that the line doesn't end in whitespace (#1676)
This commit is contained in:
parent
dc93889848
commit
e900369fa3
4
slave.mk
4
slave.mk
@ -12,8 +12,8 @@ GUID = $(shell id -g)
|
|||||||
|
|
||||||
.SECONDEXPANSION:
|
.SECONDEXPANSION:
|
||||||
|
|
||||||
SPACE :=
|
NULL :=
|
||||||
SPACE +=
|
SPACE := $(NULL) $(NULL)
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
## General definitions
|
## General definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user