Update of /cvsroot/pure-data/externals/miXed/toxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28321
Modified Files: Tag: branch-v0-39-2-extended Makefile Log Message: oops, make treats " as a char in ifeq statements
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/externals/miXed/toxy/Makefile,v retrieving revision 1.9.2.3 retrieving revision 1.9.2.4 diff -C2 -d -r1.9.2.3 -r1.9.2.4 *** Makefile 1 Apr 2007 23:10:25 -0000 1.9.2.3 --- Makefile 2 Apr 2007 16:12:16 -0000 1.9.2.4 *************** *** 3,7 **** WIQFILE = $(notdir $(WIDPATH:.wid=.wiq)) # this is necessary to deal with cross-platform echo issues with '-e' ! ifeq ($(shell echo -e|sed 's|^-||'),"e") ECHO = /bin/echo else --- 3,7 ---- WIQFILE = $(notdir $(WIDPATH:.wid=.wiq)) # this is necessary to deal with cross-platform echo issues with '-e' ! ifeq ($(shell echo -e|sed 's|^-||'),e) ECHO = /bin/echo else