aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2005-11-21 17:04:05 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:12:00 +0200
commit04f24a3a63d8e1f49f966b586b42134269553c66 (patch)
treeaf7036551b8cb05edc939cfac70c935a577e6b65
parentdfebc6aa91cc76e8e4ee7b28f159c61dc03d9c60 (diff)
now the osx version should work :)
svn path=/trunk/externals/tb/; revision=4008
-rwxr-xr-xsndfiler/src/Makefile.pd_main2
1 files changed, 1 insertions, 1 deletions
diff --git a/sndfiler/src/Makefile.pd_main b/sndfiler/src/Makefile.pd_main
index 195d396..b56b4b3 100755
--- a/sndfiler/src/Makefile.pd_main
+++ b/sndfiler/src/Makefile.pd_main
@@ -102,7 +102,7 @@ LD_DARWIN = -bundle -undefined suppress -flat_namespace \
.c.pd_darwin:
$(CC) $(CC_FLAGS) $(CC_DARWIN) $(INCLUDE) -o $*.o -c $*.c
- $(LD) $(LD_DARWIN) -o $*.pd_linux $*.o $(LIB)
+ $(LD) $(LD_DARWIN) -o $*.pd_darwin $*.o $(LIB)
chmod 755 $*.pd_darwin
@test -d ../bin || mkdir -p ../bin
cp $*.pd_darwin ../bin