Skip to content

Commit 5c0061e

Browse files
committed
Fix space constant
1 parent d346840 commit 5c0061e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mk/util.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ SUPPORTED_PLATFORMS += openbsd-amd64
3030
SUPPORTED_PLATFORMS += netbsd-386
3131
SUPPORTED_PLATFORMS += netbsd-amd64
3232

33-
space:=
34-
space+=
33+
space:=$() $()
3534
comma:=,
3635
join-with=$(subst $(space),$1,$(strip $2))
3736

0 commit comments

Comments
 (0)