From 4a030c5d28095348157fabccbef98b5d49c605ae Mon Sep 17 00:00:00 2001 From: Anthony Mallet <anthony.mallet@laas.fr> Date: Thu, 18 Oct 2012 22:45:53 +0200 Subject: [PATCH] [wip/ros-core] Fix python path in 'gendeps' roslib script --- ros-core/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ros-core/Makefile b/ros-core/Makefile index 78aa2367..74476a2e 100644 --- a/ros-core/Makefile +++ b/ros-core/Makefile @@ -12,7 +12,9 @@ HOMEPAGE= http://www.ros.org/wiki/ROS include ../../wip/ros18-base/Makefile.common -SUBST_CLASSES+= py-distsetup +SUBST_CLASSES+= py-interp py-distsetup + +SUBST_FILES.py-interp+= core/roslib/scripts/gendeps include ../../archivers/bzip2/depend.mk include ../../devel/boost-headers/depend.mk -- GitLab