Update of /cvsroot/pure-data/externals/miXed/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6277
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: now a stab at making things compatible with sh and bash
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/toxy/Makefile,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -C2 -d -r1.9.2.1 -r1.9.2.2 *** Makefile 30 Mar 2007 20:50:52 -0000 1.9.2.1 --- Makefile 1 Apr 2007 21:02:23 -0000 1.9.2.2 *************** *** 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;}' \ --- 10,14 ---- @echo transferring widget definitions from "$<" to "$@" # LATER think how to replace puts with pdtk_post ! @/bin/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;}' \