vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Sat Jan 30 09:26:42 2016 +0100| [93aea8454520cbf92218030869cb9d2c7eadf9ee] | committer: Rémi Denis-Courmont
contribs: samplerate: Don't bother build anything else than the lib Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=93aea8454520cbf92218030869cb9d2c7eadf9ee --- contrib/src/samplerate/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/samplerate/rules.mak b/contrib/src/samplerate/rules.mak index c3548ba..c330009 100644 --- a/contrib/src/samplerate/rules.mak +++ b/contrib/src/samplerate/rules.mak @@ -21,5 +21,5 @@ samplerate: libsamplerate-$(SAMPLERATE_VERSION).tar.gz .sum-samplerate .samplerate: samplerate cd $< && $(HOSTVARS) ./configure $(HOSTCONF) - cd $< && $(MAKE) install + cd $< && $(MAKE) -C src install touch $@ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
