1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

Fix space constant

This commit is contained in:
Gus Eggert
2021-08-12 11:18:16 -04:00
parent d3468407aa
commit 5c0061e240

View File

@ -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))