aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/makefile.pd-linux
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-07-16 16:43:48 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:55 +0200
commitc1f0c701a5b598e665b0e884081c9a02c44a2550 (patch)
tree55aa41004132a4f1b38a70bd696aa3d2af5ac50e /sc4pd/makefile.pd-linux
parent2bc701fec065db8d399498a8c2f4f4145acf3369 (diff)
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1869
Diffstat (limited to 'sc4pd/makefile.pd-linux')
-rw-r--r--sc4pd/makefile.pd-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc4pd/makefile.pd-linux b/sc4pd/makefile.pd-linux
index 994141c..fc55ec6 100644
--- a/sc4pd/makefile.pd-linux
+++ b/sc4pd/makefile.pd-linux
@@ -55,7 +55,7 @@ $(TARGDIR)/%.o : $(SRCDIR)/%.cpp
$(TARGET) : $(patsubst %.cpp,$(TARGDIR)/%.o,$(SRCS))
$(CXX) $(LDFLAGS) -shared $^ $(patsubst %,-l%,$(LIBS)) -L$(FLEXTPATH) $(LINKFLEXT) -o $@
- #strip --strip-unneeded $@
+ strip --strip-unneeded $@
chmod 755 $@
$(INSTDIR):