fix MXE_GET_GITHUB_TAGS

Error message:

    $ make update-package-pire
    ...
    bash: -c: line 0: syntax error near unexpected token `|'
    ...

Overlooked in b52d3c0c9c
See https://github.com/mxe/mxe/pull/1439
This commit is contained in:
Boris Nagaev 2016-08-24 13:42:25 +03:00
parent ee152317c8
commit d8543d104b
1 changed files with 1 additions and 1 deletions

View File

@ -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