diff options
| author | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-11 20:38:39 +0100 |
|---|---|---|
| committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-11 20:38:39 +0100 |
| commit | fdf283793778ead047e15515cd3538fdd7b03d60 (patch) | |
| tree | 4251e24ed831aa24ddca029be5c479f8aa8cd670 /mcast/client | |
| parent | f01774accb4606de607d9597f40144d78eb62243 (diff) | |
| download | vdr-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/client')
| -rw-r--r-- | mcast/client/Makefile | 4 |
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 |
