X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Ftext%2FMakefile;h=2265660a10ce50b055cda96a758b2148fb41a918;hb=a70f8bb371466209770c4c3bcdb7137b94acef66;hp=c7603247e95ef82be0d35878f6acb9aa6a6a7b3c;hpb=7f1f24b3aa593a6c426a86e9b707b162372a1b9f;p=vlc diff --git a/plugins/text/Makefile b/plugins/text/Makefile index c7603247e9..2265660a10 100644 --- a/plugins/text/Makefile +++ b/plugins/text/Makefile @@ -31,10 +31,12 @@ include ../../Makefile.modules ../../lib/ncurses.a: $(BUILTIN_NCURSES) ar r $@ $^ + $(RANLIB) $@ ../../lib/rc.so: $(PLUGIN_RC) $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) ../../lib/rc.a: $(BUILTIN_RC) ar r $@ $^ + $(RANLIB) $@