diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ name2 = $(call spec2,$1,$(foreach name,$2,$($(name)))) specs_for = $(strip $(foreach t,$1,$(filter $t|%,$(if $2,$2,$(specs))))) -# These are equivalent to the same functions in GSML +# These are equivalent to the same functions in GMSL rest = $(wordlist 2,$(words $1),$1) merge = $(firstword $2)$(if $(call rest,$2),$1$(call merge,$1,$(call rest,$2))) |