summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-23 11:28:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-23 11:28:13 +0100
commitea951daa44653355b19e2e11ab7bf15198e1e78a (patch)
treec4cc31ded7003dad0fbd2f191d44de099eec6fc4 /Makefile
parentb03aa8371cbc8f0e968fb485bec56cf48f8cebb6 (diff)
downloadvdr-ea951daa44653355b19e2e11ab7bf15198e1e78a.tar.gz
vdr-ea951daa44653355b19e2e11ab7bf15198e1e78a.tar.bz2
DESTDIR is now used in 'install-plugins'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3eb0240a..de48e376 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 2.35 2012/12/22 10:40:31 kls Exp $
+# $Id: Makefile 2.36 2012/12/23 11:28:13 kls Exp $
.DELETE_ON_ERROR:
@@ -239,7 +239,7 @@ install-doc:
install-plugins: plugins
@for i in `ls $(PLUGINDIR)/src | grep -v '[^a-z0-9]'`; do\
- $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR=$(CWD) install;\
+ $(MAKE) --no-print-directory -C "$(PLUGINDIR)/src/$$i" VDRDIR=$(CWD) DESTDIR=$(DESTDIR) install;\
done
# Includes: