From 22d1b57918f64807dd55893273a7fcb55d6e68ac Mon Sep 17 00:00:00 2001
From: Anthony Mallet <anthony.mallet@laas.fr>
Date: Fri, 8 Nov 2019 11:45:26 +0100
Subject: [PATCH] [wip/talos-dev] Rename dependency ros-humanoid-msgs to
 humanoid-nav-msgs

While here, fix style of dependencies (path and sort).
---
 talos-dev/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/talos-dev/Makefile b/talos-dev/Makefile
index 258f88a7..8288917b 100644
--- a/talos-dev/Makefile
+++ b/talos-dev/Makefile
@@ -10,9 +10,9 @@ COMMENT=	Talos dev Software
 
 META_PACKAGE=	yes
 
-include ../sot-talos/depend.mk
-include ../talos-metapkg-ros-control-sot/depend.mk
-include ../prf-gazebo-ros-pkgs/depend.mk
-include ../talos-simulation/depend.mk
-include ../../interfaces/ros-humanoid-msgs/depend.mk
+include ../../interfaces/humanoid-nav-msgs/depend.mk
+include ../../wip/prf-gazebo-ros-pkgs/depend.mk
+include ../../wip/sot-talos/depend.mk
+include ../../wip/talos-metapkg-ros-control-sot/depend.mk
+include ../../wip/talos-simulation/depend.mk
 include ../../mk/robotpkg.mk
-- 
GitLab