summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-05 13:39:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-05 13:39:12 +0100
commit978462168c1326ffe60a434dee9e9ee642a62695 (patch)
tree50cbf9ed86d3b7e58148c1fdcd6f6744d042f290 /Makefile
parent2a91ee0fef8c9147b774aeecb827a5cb961e6910 (diff)
downloadvdr-978462168c1326ffe60a434dee9e9ee642a62695.tar.gz
vdr-978462168c1326ffe60a434dee9e9ee642a62695.tar.bz2
Renamed the Makefile target 'plugins-clean' to 'clean-plugins'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a6427518..60373a38 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.84 2006/01/29 14:50:34 kls Exp $
+# $Id: Makefile 1.85 2006/02/05 13:37:11 kls Exp $
.DELETE_ON_ERROR:
@@ -193,7 +193,7 @@ plugins: include-dir
done;\
if [ -n "$$failed" ] ; then echo; echo "*** failed plugins:$$failed"; echo; fi
-plugins-clean:
+clean-plugins:
@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) -C "$(PLUGINDIR)/src/$$i" clean; done
@-rm -f $(PLUGINDIR)/lib/libvdr-*.so.$(VDRVERSION)