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/src/makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pd/src/makefile.in') diff --git a/pd/src/makefile.in b/pd/src/makefile.in index d733547e..4339da57 100644 --- a/pd/src/makefile.in +++ b/pd/src/makefile.in @@ -101,7 +101,7 @@ $(BIN_DIR): test -d $(BIN_DIR) || mkdir -p $(BIN_DIR) $(BIN_DIR)/pd-watchdog: s_watchdog.c $(BIN_DIR) - $(CC) -O2 $(STRIPFLAG) -o $(BIN_DIR)/pd-watchdog s_watchdog.c + $(CC) $(CFLAGS) $(STRIPFLAG) -o $(BIN_DIR)/pd-watchdog s_watchdog.c $(BIN_DIR)/pdsend: u_pdsend.c $(BIN_DIR) $(CC) $(CFLAGS) $(STRIPFLAG) -o $(BIN_DIR)/pdsend u_pdsend.c @@ -122,7 +122,7 @@ $(BIN_DIR)/pd.tk: u_main.tk #this is for Max OSX only... $(BIN_DIR)/libPdTcl.dylib: $(GOBJ) $(GSRC) - cd ../obj && $(CC) -dynamiclib -read_only_relocs warning \ + cd ../obj && $(CC) $(CFLAGS) -dynamiclib -read_only_relocs warning \ -o $(BIN_DIR)/libPdTcl.dylib $(GOBJ) \ -F@TCLTK_FRAMEWORKS_PATH@ \ -framework Tcl -framework Tk -framework System \ -- cgit v1.2.1