From e349c0441e26813681a975be93365a5b4e26762d Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Mon, 25 Jan 2016 17:13:17 +0100 Subject: [PATCH] [wip/soth] Fix wrong variable for dependency --- soth/depend.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soth/depend.mk b/soth/depend.mk index 94d0ba5f..c05e3d66 100644 --- a/soth/depend.mk +++ b/soth/depend.mk @@ -3,7 +3,7 @@ # DEPEND_DEPTH:= ${DEPEND_DEPTH}+ -SOT_CORE_DEPEND_MK:= ${SOTH_DEPEND_MK}+ +SOTH_DEPEND_MK:= ${SOTH_DEPEND_MK}+ ifeq (+,$(DEPEND_DEPTH)) DEPEND_PKG+= soth -- GitLab