From fdf283793778ead047e15515cd3538fdd7b03d60 Mon Sep 17 00:00:00 2001 From: Holger Steinhaus Date: Wed, 11 Nov 2015 20:38:39 +0100 Subject: Makefile fixes again - seems to compile cleanly now with -j > 1 --- mcast/client/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mcast/client') 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 -- cgit v1.2.3