[vlc-commits] contrib: tiff: Ensure we only build & install the lib
Hugo Beauzée-Luyssen
git at videolan.org
Thu Apr 2 16:42:57 CEST 2020
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Apr 1 11:14:17 2020 +0200| [52971aeb0e6217132969ba2bae2551d1c7d6cf29] | committer: Hugo Beauzée-Luyssen
contrib: tiff: Ensure we only build & install the lib
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52971aeb0e6217132969ba2bae2551d1c7d6cf29
---
contrib/src/tiff/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/tiff/rules.mak b/contrib/src/tiff/rules.mak
index 378bd538de..da119ad8ca 100644
--- a/contrib/src/tiff/rules.mak
+++ b/contrib/src/tiff/rules.mak
@@ -22,5 +22,5 @@ tiff: tiff-$(TIFF_VERSION).tar.gz .sum-tiff
--disable-cxx \
--without-x
cd $< && $(MAKE) -C port && $(MAKE) -C libtiff
- cd $< && $(MAKE) install
+ cd $< && $(MAKE) -C libtiff install
touch $@
More information about the vlc-commits
mailing list