[slave.mk] Define SPACE variable differently such that the line doesn't end in whitespace (#1676)

This commit is contained in:
Joe LeVeque 2018-05-10 18:52:38 -07:00 committed by GitHub
parent dc93889848
commit e900369fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ GUID = $(shell id -g)
.SECONDEXPANSION: .SECONDEXPANSION:
SPACE := NULL :=
SPACE += SPACE := $(NULL) $(NULL)
############################################################################### ###############################################################################
## General definitions ## General definitions