summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-01-11 13:05:13 +0100
committerTobias Grimm <tobias@e-tobi.loc>2009-01-11 13:05:13 +0100
commit51b649dbbf041249b7f074a590e440545ed44d26 (patch)
treecc21833749104a7ae0e8ce11fb5cacbd8b7d8965 /Makefile
parentb1af43ea6829b6a1085e5d95b31fe45bf51e47d9 (diff)
downloadvdr-plugin-ttxtsubs-51b649dbbf041249b7f074a590e440545ed44d26.tar.gz
vdr-plugin-ttxtsubs-51b649dbbf041249b7f074a590e440545ed44d26.tar.bz2
Install plug-in to lib dir with --remove-destination
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 405cb24..f7ea730 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ all: libvdr-$(PLUGIN).so i18n
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
- @cp $@ $(LIBDIR)/$@.$(APIVERSION)
+ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)