diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-07-16 16:43:48 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:55 +0200 |
commit | c1f0c701a5b598e665b0e884081c9a02c44a2550 (patch) | |
tree | 55aa41004132a4f1b38a70bd696aa3d2af5ac50e /sc4pd/makefile.pd-linux | |
parent | 2bc701fec065db8d399498a8c2f4f4145acf3369 (diff) |
*** empty log message ***
svn path=/trunk/externals/tb/; revision=1869
Diffstat (limited to 'sc4pd/makefile.pd-linux')
-rw-r--r-- | sc4pd/makefile.pd-linux | 2 |
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): |