Skip to content

Commit

Permalink
#96: Another fix in gmsl
Browse files Browse the repository at this point in the history
  • Loading branch information
abusalimov committed Aug 15, 2010
1 parent 3b05ed0 commit 3bcb5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/__gmsl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ split = $(__gmsl_tr2)$(strip $(subst $1, ,$2))
# Returns: Merges a list into a single string, list elements are separated
# by the character in the first argument
# ----------------------------------------------------------------------------
merge = $(__gmsl_tr2)$(strip $(if $2, \
merge = $(__gmsl_tr2)$(strip $(if $(strip $2), \
$(if $(call seq,1,$(words $2)), \
$2,$(call first,$2)$1$(call merge,$1,$(call rest,$2)))))

Expand Down

0 comments on commit 3bcb5eb

Please sign in to comment.