From 46a50c3d3fff074f59d23c7173706069d67a96fd Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sun, 11 Jan 2009 13:00:39 +0100 Subject: Install plug-in to lib dir with --remove-destination (Closes #57) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6301bb8..aed4386 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,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) -- cgit v1.2.3