diff options
author | scop <scop> | 2006-09-17 12:46:36 +0000 |
---|---|---|
committer | scop <scop> | 2006-09-17 12:46:36 +0000 |
commit | f1d9be14839cd3fdbd11b2d44f14052c661a3a45 (patch) | |
tree | 8ebcf435914427bc8d1bab4b63aadcabb0290a20 /Makefile | |
parent | 6ef45cdc8f52bfe2c9f37e5116d6e5a3396483ed (diff) | |
download | vdr-plugin-dxr3-f1d9be14839cd3fdbd11b2d44f14052c661a3a45.tar.gz vdr-plugin-dxr3-f1d9be14839cd3fdbd11b2d44f14052c661a3a45.tar.bz2 |
cp with --remove-destination, like in vdr 1.4.2-2.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1.2.24 2006/04/22 11:24:28 scop Exp $ +# $Id: Makefile,v 1.1.2.25 2006/09/17 12:46:36 scop Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -84,7 +84,7 @@ $(DEPFILE): Makefile libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@ - @cp $@ $(LIBDIR)/$@.$(APIVERSION) + @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE) |