From fd6fc182230d0440fc698e118514dd635c533fc8 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Thu, 24 Aug 2006 15:23:52 +0000 Subject: sync for pd 0.40-0test05. Bug fix (empty DSP chains crashed Pd). svn path=/trunk/; revision=5730 --- pd/extra/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pd/extra/makefile') diff --git a/pd/extra/makefile b/pd/extra/makefile index eb5cb403..c2f573a0 100644 --- a/pd/extra/makefile +++ b/pd/extra/makefile @@ -85,8 +85,9 @@ DARWINCFLAGS = -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes \ rm -f $*.o .c.d_fat: - $(CC) $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - $(CC) -bundle -undefined suppress -flat_namespace -o $*.pd_imac $*.o + $(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 # ---------------------------------------------------------- -- cgit v1.2.1