Skip to content

Commit

Permalink
make: update paths to smoothen transition to new stack layout
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Soetens <peter@thesourceworks.com>
  • Loading branch information
Peter Soetens committed Jul 8, 2011
1 parent f64a748 commit 874803e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,8 +1,8 @@
ifdef ROS_ROOT
default: install
include $(shell rospack find mk)/cmake.mk
include $(shell rosstack find orocos_toolchain)/env.mk
EXTRA_CMAKE_FLAGS=-DCMAKE_INSTALL_PREFIX=`rosstack find orocos_toolchain`/install -DBUILD_TESTING=OFF
include $(shell rospack find rtt)/../env.mk
EXTRA_CMAKE_FLAGS=-DCMAKE_INSTALL_PREFIX=`rospack find rtt`/../install -DBUILD_TESTING=OFF
install: all
cd build; ${MAKE} install
else
Expand Down

0 comments on commit 874803e

Please sign in to comment.