Update of /cvsroot/pure-data/externals/miXed/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6904
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: an attempt at making the Makefile compatible with strict sh
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/toxy/Makefile,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** Makefile 8 Dec 2004 15:40:14 -0000 1.9 --- Makefile 30 Mar 2007 20:50:52 -0000 1.9.2.1 *************** *** 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;}' \