Fix space constant
Gus Eggert committed
Aug 12, 2021 at 11:18 UTC
5c0061e24079a046c515461d7247deaa8e543a02
1 file changed
+1
-2
mk/util.mk
+1
-2
@@ -30,8 +30,7 @@ SUPPORTED_PLATFORMS += openbsd-amd64
30
SUPPORTED_PLATFORMS += netbsd-386
31
SUPPORTED_PLATFORMS += netbsd-amd64
32
33
-space:=
34
-space+=
33
+space:=$() $()
34
comma:=,
35
join-with=$(subst $(space),$1,$(strip $2))
36