summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8d2b1a..81a7385 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ define MXE_GET_GITHUB_ALL_TAGS
endef
define MXE_GET_GITHUB_TAGS
- $(MXE_GET_GITHUB_ALL_TAGS, $(1)) \
+ $(call MXE_GET_GITHUB_ALL_TAGS, $(1)) \
| $(SED) 's,^$(strip $(2)),,g' \
| $(SORT) -V \
| tail -1