summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-05 13:35:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-05 13:35:56 +0200
commitc5277df361f49093bbf9874e2d2abdcdeee3e630 (patch)
tree6cab5191b6938b04e405135c0d46b1574a7fdf63 /Makefile
parentb83d29764e1832d1a81a03903afba5dc437445f7 (diff)
downloadvdr-c5277df361f49093bbf9874e2d2abdcdeee3e630.tar.gz
vdr-c5277df361f49093bbf9874e2d2abdcdeee3e630.tar.bz2
Fixed the install target in case of multiple jobs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a13214a6..b1be3011 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.5 2017/05/29 08:48:42 kls Exp $
+# $Id: Makefile 4.6 2019/05/05 13:31:56 kls Exp $
.DELETE_ON_ERROR:
@@ -271,7 +271,7 @@ clean-plugins: vdr.pc
# Install the files (note that 'install-pc' must be first!):
-install: install-pc install-bin install-dirs install-conf install-doc install-plugins install-i18n install-includes
+install: install-pc install-bin install-conf install-doc install-plugins install-i18n install-includes
# VDR binary:
@@ -288,7 +288,7 @@ install-dirs:
@mkdir -p $(DESTDIR)$(CACHEDIR)
@mkdir -p $(DESTDIR)$(RESDIR)
-install-conf:
+install-conf: install-dirs
@cp -pn *.conf $(DESTDIR)$(CONFDIR)
# Documentation: