From 5c0061e24079a046c515461d7247deaa8e543a02 Mon Sep 17 00:00:00 2001 From: Gus Eggert Date: Thu, 12 Aug 2021 11:18:16 -0400 Subject: [PATCH] Fix space constant --- mk/util.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mk/util.mk b/mk/util.mk index e761aeb21..2ce48583f 100644 --- a/mk/util.mk +++ b/mk/util.mk @@ -30,8 +30,7 @@ SUPPORTED_PLATFORMS += openbsd-amd64 SUPPORTED_PLATFORMS += netbsd-386 SUPPORTED_PLATFORMS += netbsd-amd64 -space:= -space+= +space:=$() $() comma:=, join-with=$(subst $(space),$1,$(strip $2))