diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-05-22 09:48:52 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-22 09:48:52 (GMT) |
commit | abc6e0993c61875e63a2acba0f8f80b4b796fc4e (patch) | |
tree | 551893ff94538f00a6656c7f384c581c352e0ec4 | |
parent | 6188de2ed34a0d00b3845e9b1fbd43bf9963a01b (diff) | |
download | mxe-abc6e0993c61875e63a2acba0f8f80b4b796fc4e.zip mxe-abc6e0993c61875e63a2acba0f8f80b4b796fc4e.tar.gz mxe-abc6e0993c61875e63a2acba0f8f80b4b796fc4e.tar.bz2 |
Makefile: change order of ignore filter to allow patterns
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ clean-pkg: .PHONY: update define UPDATE $(if $(2), - $(if $(filter $(2),$($(1)_IGNORE)), + $(if $(filter $($(1)_IGNORE),$(2)), $(info IGNORED $(1) $(2)), $(if $(filter $(2),$(shell printf '$($(1)_VERSION)\n$(2)' | $(SORT) -V | head -1)), $(if $(filter $(2),$($(1)_VERSION)), |