summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-09 12:30:42 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-09 12:30:42 +0100
commit9c100c8d0aa440112aa7a7454dda1dd814daf317 (patch)
tree35e397d566277f618f5fa33860249e7716148a8d /Makefile
parent2eb23cb9f472786097cf8fc435b5a63bcebb5f25 (diff)
downloadvdr-9c100c8d0aa440112aa7a7454dda1dd814daf317.tar.gz
vdr-9c100c8d0aa440112aa7a7454dda1dd814daf317.tar.bz2
Added an empty target to the Makefile to make sure the sub-make for libsi is always called
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a69fb4eb..97220364 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 3.5 2015/02/02 14:47:24 kls Exp $
+# $Id: Makefile 3.6 2015/02/09 12:28:24 kls Exp $
.DELETE_ON_ERROR:
@@ -139,8 +139,9 @@ vdr: $(OBJS) $(SILIB)
# The libsi library:
-$(SILIB):
- $(MAKE) --no-print-directory -C $(LSIDIR) CXXFLAGS="$(CXXFLAGS)" DEFINES="$(CDEFINES)" all
+$(SILIB): make-libsi
+ @$(MAKE) --no-print-directory -C $(LSIDIR) CXXFLAGS="$(CXXFLAGS)" DEFINES="$(CDEFINES)" all
+make-libsi: # empty rule makes sure the sub-make for libsi is always called
# pkg-config file: