From c1f0c701a5b598e665b0e884081c9a02c44a2550 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Fri, 16 Jul 2004 16:43:48 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1869 --- sc4pd/makefile.pd-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc4pd/makefile.pd-linux') 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): -- cgit v1.2.1