From 5b0e8c422682bacb1425ae241e99140481cd3441 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Fri, 27 Nov 2020 10:18:25 +0100
Subject: [PATCH] [wip/head-action] fix SYSTEM_PREFIX for pal

---
 head-action/depend.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/head-action/depend.mk b/head-action/depend.mk
index ae038298..cf04ee73 100644
--- a/head-action/depend.mk
+++ b/head-action/depend.mk
@@ -12,14 +12,14 @@ endif
 ifeq (+,$(HEAD_ACTION_DEPEND_MK)) # ---------------------------------
 
 include ../../wip/py-prf-ros-control/depend.common
-PREFER.head-action?= ${PREFER.pal}
+
+PREFER.head-action?=		${PREFER.pal}
+SYSTEM_PREFIX.head-action?=	${SYSTEM_PREFIX.pal}
 
 DEPEND_USE+=			head-action
 
-DEPEND_ABI.head-action?=\
-	head-action>=0.0.1
-DEPEND_DIR.head-action?=\
-	../../wip/head-action
+DEPEND_ABI.head-action?=	head-action>=0.0.1
+DEPEND_DIR.head-action?=	../../wip/head-action
 
 SYSTEM_SEARCH.head-action=\
   'share/head_action/cmake/head_actionConfig.cmake'	\
-- 
GitLab