removing rosdep install from Makefile

This commit is contained in:
Tully Foote 2009-11-24 02:22:15 +00:00
parent 070b94900f
commit b507be75af
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
minimal: core_tools
rosdep install gtest pycrypto paramiko roslaunch rosout rostest
rosmake gtest pycrypto paramiko roslaunch rosout rostest
@echo "You have built the minimal set of ROS tools."
@echo "If you want to make all ROS tools type 'rosmake ros'."