summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-08 16:14:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-08 16:14:12 +0100
commit227034f8e6f53360a29385e4577c58af050fa675 (patch)
treecc80c4fbe5b2e017f175fbd53facfd7e61f4fb5d /Makefile
parentf38b7871adaf11b3774ee1865bbbb1aadd5c020e (diff)
downloadvdr-227034f8e6f53360a29385e4577c58af050fa675.tar.gz
vdr-227034f8e6f53360a29385e4577c58af050fa675.tar.bz2
Fixed the "plugins-clean" and "plugins-install" targets in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8df6d7f1..74814905 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.81 2006/01/01 15:12:05 kls Exp $
+# $Id: Makefile 1.82 2006/01/08 16:12:26 kls Exp $
.DELETE_ON_ERROR:
@@ -192,7 +192,7 @@ plugins: include-dir
plugins-clean:
@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) -C "$(PLUGINDIR)/src/$$i" clean; done
- @-rm -f $(PLUGINLIBDIR)/libvdr-*.so.$(VDRVERSION)
+ @-rm -f $(PLUGINDIR)/lib/libvdr-*.so.$(VDRVERSION)
# Install the files:
@@ -209,8 +209,8 @@ install:
fi
plugins-install:
- @mkdir -p $(BINDIR)/$(PLUGINLIBDIR)
- @cp $(PLUGINLIBDIR)/* $(BINDIR)/$(PLUGINLIBDIR)
+ @mkdir -p $(PLUGINLIBDIR)
+ @cp $(PLUGINDIR)/lib/libvdr-*.so.$(VDRVERSION) $(PLUGINLIBDIR)
# Source documentation: