Skip to content

Commit

Permalink
platform.mk: nitpick comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Dec 14, 2016
1 parent 8f1d327 commit b7a00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.mk
Expand Up @@ -73,7 +73,7 @@ $(1): $(1:.o=.c)
$$(call quiet,CC,$$<) $(2) -MMD -MP -c $$< -o $$@
endef

# Make target (name,path,ext,ldflags,dst,amalgable)
# Make target (name,path,ext,ldflags, 5:dst,amalgable,abiver)
define make_target
ifeq ($(AMALG)|$(6), yes|yes)
$(1).amalg.c: $$($(1)_SOURCES)
Expand Down

0 comments on commit b7a00a2

Please sign in to comment.