From 51169d42596c89ca8b03fdfaa7d2e46c3a26411c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 9 Aug 2010 20:21:01 +0200 Subject: [PATCH 1/1] contribs: fixed typo *cough* --- extras/contrib/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index b4cddc64a3..04608aa81b 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -962,8 +962,7 @@ endif endif .libvpx: libvpx - (cd $<; CROSS=$(HOST)- ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && make && make -install) + (cd $<; CROSS=$(HOST)- ./configure --target=$(VPX_TARGET) --disable-install-bins --disable-install-srcs --disable-install-libs --disable-examples && make && make install) (rm -rf $(PREFIX)/include/vpx/ && mkdir $(PREFIX)/include/vpx/; cd $< && cp vpx/*.h vpx_ports/*.h $(PREFIX)/include/vpx/) # Of course, why the hell would one expect it to be listed or in make install? rm $(PREFIX)/include/vpx/config.h (cd $<; $(RANLIB) libvpx.a && cp libvpx.a $(PREFIX)/lib) # Of course, why the hell would one expect it to be listed or in make install? -- 2.39.2