Fix whitespace for Make 4.3

This commit is contained in:
Uncle Bogdan 2024-05-09 00:41:05 +03:00 committed by GitHub
parent ac2818e8e8
commit 9e10de0388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ ifeq (secp,$(findstring secp,$(COSMOS_BUILD_OPTIONS)))
endif endif
whitespace := whitespace :=
whitespace += $(whitespace) whitespace := $(whitespace) $(whitespace)
comma := , comma := ,
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags)) build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))