Makefile: change order of ignore filter to allow patterns

This commit is contained in:
Tony Theodore 2013-05-22 19:48:52 +10:00
parent 6188de2ed3
commit abc6e0993c
1 changed files with 1 additions and 1 deletions

View File

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