Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2965
Modified Files: generate_install_makefile.bash Log Message: fixed bug 1837649 according to IOhannes' suggestion
Index: generate_install_makefile.bash =================================================================== RCS file: /cvsroot/pure-data/packages/linux_make/generate_install_makefile.bash,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** generate_install_makefile.bash 28 Nov 2005 06:46:18 -0000 1.1 --- generate_install_makefile.bash 26 Nov 2007 19:49:33 -0000 1.2 *************** *** 69,72 **** --- 69,74 ---- echo "prefix = /usr/local" echo "" + echo "default:" + echo -e "\t@echo 'you have to run "make install" to install Pd-extended'" echo "" echo "install:"