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