From 91c5199ac3d83673338bdb9a75da6e69d2f5958e Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Thu, 2 Dec 2010 09:49:09 +0100 Subject: Streamdev 0.5.0-rc2 --- client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/Makefile') diff --git a/client/Makefile b/client/Makefile index 8c3e565..204053f 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.1 2010/06/14 10:40:11 schmirl Exp $ +# $Id: Makefile,v 1.1.2.2 2010/06/20 19:12:56 schmirl Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -70,7 +70,7 @@ libvdr-$(PLUGIN).so: $(CLIENTOBJS) $(COMMONOBJS) ../tools/sockettools.a %.so: $(CXX) $(CXXFLAGS) -shared $^ -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) + @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) -- cgit v1.2.3