From 1addc33073d535827bd98298745c7e17ee5836de Mon Sep 17 00:00:00 2001 From: Olivier Stasse <ostasse@laas.fr> Date: Wed, 11 Jul 2018 13:48:53 +0200 Subject: [PATCH] [wip/roscontrol-sot] Fix test on environment variable. --- roscontrol-sot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roscontrol-sot/Makefile b/roscontrol-sot/Makefile index f5368ef7..c4c85b9e 100644 --- a/roscontrol-sot/Makefile +++ b/roscontrol-sot/Makefile @@ -54,7 +54,7 @@ include ../../mk/robotpkg.prefs.mk include ../../wip/sysdep/pal-distro.mk include ../../wip/pal-hardware-interfaces/depend.mk -ifeq (palerbium,${OPSYS}) +ifeq (palerbium,${PALDISTRO}) include ../../motion/ros-control/depend.mk else include ../../wip/prf-ros-control/depend.mk -- GitLab