summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-05-22 09:48:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-05-22 09:48:52 (GMT)
commitabc6e0993c61875e63a2acba0f8f80b4b796fc4e (patch)
tree551893ff94538f00a6656c7f384c581c352e0ec4
parent6188de2ed34a0d00b3845e9b1fbd43bf9963a01b (diff)
downloadmxe-abc6e0993c61875e63a2acba0f8f80b4b796fc4e.zip
mxe-abc6e0993c61875e63a2acba0f8f80b4b796fc4e.tar.gz
mxe-abc6e0993c61875e63a2acba0f8f80b4b796fc4e.tar.bz2
Makefile: change order of ignore filter to allow patterns
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8ba167..ca9bb98 100644
--- a/Makefile
+++ b/Makefile
@@ -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)),