aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/deps.mk')
-rw-r--r--core/deps.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/deps.mk b/core/deps.mk
index 9c2a49f..c969ad5 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -63,8 +63,8 @@ ifeq (,$(dep_$(1)))
$(call dep_fetch,$(1))
else
VS=$(word 1,$(dep_$(1))); \
- REPO=$(word 1,$(dep_$(2))); \
- COMMIT=$(word 1,$(dep_$(3))); \
+ REPO=$(word 2,$(dep_$(1))); \
+ COMMIT=$(word 3,$(dep_$(1))); \
$(call dep_fetch,$(1))
endif
endef