summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-01-08 11:09:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-01-08 11:09:54 +0100
commit882273d508675c22d54b5a367b70729f6adee6cb (patch)
treedf595deaaf8db2e8c0aa3edce9cf53a92bf9a505 /Makefile
parent0aba3abaebe27adb992ac1b0ee476ae0a6860ff6 (diff)
downloadvdr-882273d508675c22d54b5a367b70729f6adee6cb.tar.gz
vdr-882273d508675c22d54b5a367b70729f6adee6cb.tar.bz2
Added a missing dependency to the Makefile to avoid error messages in the clean-plugins target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0d78b2a..f3dac168 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 4.1 2016/12/22 13:18:32 kls Exp $
+# $Id: Makefile 4.2 2017/01/08 11:07:19 kls Exp $
.DELETE_ON_ERROR:
@@ -250,7 +250,7 @@ plugins: include-dir vdr.pc
fi;\
if [ -n "$$failed" ] ; then echo; echo "*** failed plugins:$$failed"; echo; exit 1; fi
-clean-plugins:
+clean-plugins: vdr.pc
@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR="$(CWD)" clean; done
@-rm -f $(PLUGINDIR)/lib/lib*-*.so.$(APIVERSION)