summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-06 12:30:33 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-06 12:30:33 (GMT)
commit5fa97e7eed0771ef47f5a18904215ee28700e5b1 (patch)
tree9c86dae5086a1a7b1a3f7cc51d1a279e35444341 /Makefile
parentb404a9f068152390bf52484ae00874dde0469e59 (diff)
downloadmxe-5fa97e7eed0771ef47f5a18904215ee28700e5b1.zip
mxe-5fa97e7eed0771ef47f5a18904215ee28700e5b1.tar.gz
mxe-5fa97e7eed0771ef47f5a18904215ee28700e5b1.tar.bz2
Makefile: add target-specific dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df79526..9a58c28 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ $(1): $(PREFIX)/$(3)/installed/$(1)
$(PREFIX)/$(3)/installed/$(1): $(TOP_DIR)/src/$(1).mk \
$(wildcard $(TOP_DIR)/src/$(1)-*.patch) \
$(wildcard $(TOP_DIR)/src/$(1)-test*) \
- $(addprefix $(PREFIX)/$(3)/installed/,$($(1)_DEPS)) \
+ $(addprefix $(PREFIX)/$(3)/installed/,$($(1)_DEPS) $($(1)_DEPS_$(3))) \
| check-requirements $(3)
@[ -d '$(LOG_DIR)/$(TIMESTAMP)' ] || mkdir -p '$(LOG_DIR)/$(TIMESTAMP)'
@if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \