Skip to content

Commit e900369

Browse files
authored
[slave.mk] Define SPACE variable differently such that the line doesn't end in whitespace (#1676)
1 parent dc93889 commit e900369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slave.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ GUID = $(shell id -g)
1212

1313
.SECONDEXPANSION:
1414

15-
SPACE :=
16-
SPACE +=
15+
NULL :=
16+
SPACE := $(NULL) $(NULL)
1717

1818
###############################################################################
1919
## General definitions

0 commit comments

Comments
 (0)