Update of /cvsroot/pure-data/pd/extra In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6217/pd/extra
Modified Files: makefile Log Message: sync for pd 0.40-0test05. Bug fix (empty DSP chains crashed Pd).
Index: makefile =================================================================== RCS file: /cvsroot/pure-data/pd/extra/makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile 15 Aug 2006 04:55:15 -0000 1.1 --- makefile 24 Aug 2006 15:23:51 -0000 1.2 *************** *** 86,91 ****
.c.d_fat: ! $(CC) $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! $(CC) -bundle -undefined suppress -flat_namespace -o $*.pd_imac $*.o rm -f $*.o
--- 86,92 ----
.c.d_fat: ! $(CC) -arch i386 -arch ppc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ! $(CC) -arch i386 -arch ppc -bundle -undefined suppress -flat_namespace \ ! -o $*.d_fat $*.o rm -f $*.o