Skip to content

Commit

Permalink
Fix whitespace for Make 4.3 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
kj89 authored Jan 8, 2023
1 parent 54cfc5b commit fff3de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build_tags += $(BUILD_TAGS)
build_tags := $(strip $(build_tags))

whitespace :=
whitespace += $(whitespace)
whitespace := $(whitespace) $(whitespace)
comma := ,
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))

Expand Down

0 comments on commit fff3de0

Please sign in to comment.