diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-26 19:49:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-11-26 19:49:33 +0000 |
commit | 6bdc24040ee19aa2346af7fcc16eefc8e9e4f53c (patch) | |
tree | 13ce50831ed6d9e4eb59083b7f09285badc72dc9 /packages/linux_make | |
parent | 36aa9d2c57db5e8e560c4498cee07625fc2dbfcd (diff) |
fixed bug 1837649 according to IOhannes' suggestion
svn path=/trunk/; revision=9042
Diffstat (limited to 'packages/linux_make')
-rwxr-xr-x | packages/linux_make/generate_install_makefile.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux_make/generate_install_makefile.bash b/packages/linux_make/generate_install_makefile.bash index 9cf87bc4..3ef8a519 100755 --- a/packages/linux_make/generate_install_makefile.bash +++ b/packages/linux_make/generate_install_makefile.bash @@ -68,6 +68,8 @@ function uninstall_tree () echo "" echo "prefix = /usr/local" echo "" +echo "default:" +echo -e "\t@echo 'you have to run \"make install\" to install Pd-extended'" echo "" echo "install:" traverse_install_tree $ROOT_DIR |