From 9e10de03882e0dc15f2c02fe8ebf032e8055fea0 Mon Sep 17 00:00:00 2001 From: Uncle Bogdan <85982863+freshe4qa@users.noreply.github.com> Date: Thu, 9 May 2024 00:41:05 +0300 Subject: [PATCH] Fix whitespace for Make 4.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0304132c..45e7f338 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ ifeq (secp,$(findstring secp,$(COSMOS_BUILD_OPTIONS))) endif whitespace := -whitespace += $(whitespace) +whitespace := $(whitespace) $(whitespace) comma := , build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))