Update of /cvsroot/pure-data/externals/miXed/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31441/toxy
Modified Files: Makefile Log Message: fixed strict sh compatibility issues
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/toxy/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 8 Dec 2004 15:40:14 -0000 1.9 --- Makefile 30 Mar 2007 21:53:09 -0000 1.10 *************** *** 10,15 **** @echo transferring widget definitions from "$<" to "$@" # LATER think how to replace puts with pdtk_post ! @echo -e '// Do not edit this file (edit "$<", and run "make").\ ! \n//\nputs stderr [concat loading built-in widget definitions]' \ | cat - $< | sed \ -e '1,|//$$|{p;d;}' \ --- 10,14 ---- @echo transferring widget definitions from "$<" to "$@" # LATER think how to replace puts with pdtk_post ! @echo '// Do not edit this file (edit "$<", and run "make").\n//\nputs stderr [concat loading built-in widget definitions]' \ | cat - $< | sed \ -e '1,|//$$|{p;d;}' \