summaryrefslogtreecommitdiff
path: root/mcast
diff options
context:
space:
mode:
authorHolger Steinhaus <hsteinhaus@gmx.de>2015-11-11 20:38:39 +0100
committerHolger Steinhaus <hsteinhaus@gmx.de>2015-11-11 20:38:39 +0100
commitfdf283793778ead047e15515cd3538fdd7b03d60 (patch)
tree4251e24ed831aa24ddca029be5c479f8aa8cd670 /mcast
parentf01774accb4606de607d9597f40144d78eb62243 (diff)
downloadvdr-plugin-mcli-fdf283793778ead047e15515cd3538fdd7b03d60.tar.gz
vdr-plugin-mcli-fdf283793778ead047e15515cd3538fdd7b03d60.tar.bz2
Makefile fixes again - seems to compile cleanly now with -j > 1
Diffstat (limited to 'mcast')
-rw-r--r--mcast/client/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcast/client/Makefile b/mcast/client/Makefile
index 64b6873..3bbc70c 100644
--- a/mcast/client/Makefile
+++ b/mcast/client/Makefile
@@ -106,7 +106,9 @@ MCLI_SOBJS := $(MCLI_SOBJS) dvblo_handler.o input.o
endif
endif
-all: lib$(MCLI) $(MCLI)-shared
+all:
+ $(MAKE) lib$(MCLI)
+ $(MAKE) $(MCLI)-shared
static: $(MCLI)-static