Skip to content

Commit

Permalink
[slave.mk] Define SPACE variable differently such that the line doesn…
Browse files Browse the repository at this point in the history
…'t end in whitespace (#1676)
  • Loading branch information
jleveque authored May 11, 2018
1 parent dc93889 commit e900369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ GUID = $(shell id -g)

.SECONDEXPANSION:

SPACE :=
SPACE +=
NULL :=
SPACE := $(NULL) $(NULL)

###############################################################################
## General definitions
Expand Down

0 comments on commit e900369

Please sign in to comment.