From 8918c6829388b6501f7b443dde7be38650638abb Mon Sep 17 00:00:00 2001 From: eddyg Date: Sun, 11 Jan 2009 22:23:31 +0000 Subject: [PATCH] Modified contrib Jamfile to use $(MAKE) not "make" for mp4v2 install, patch from KonaBlend. git-svn-id: svn://localhost/HandBrake/trunk@2075 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Jamfile b/contrib/Jamfile index 09f72955..438a6487 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -273,7 +273,7 @@ actions LibMp4v2 cd `dirname $(>)` && CONTRIB=`pwd` && rm -rf libmp4v2 && (gzip -dc libmp4v2.tar.gz | tar xf - ) && cd libmp4v2 && $(LIBMP4V2_PATCH) rm -rf build && mkdir build && cd build && - ../configure --disable-shared --disable-debug --prefix=$CONTRIB && $(MAKE) && make install && + ../configure --disable-shared --disable-debug --prefix=$CONTRIB && $(MAKE) && $(MAKE) install && $(STRIP) $CONTRIB/lib/libmp4v2.a } Wget $(SUBDIR)/libmp4v2.tar.gz : $(SUBDIR)/version_libmp4v2.txt ; -- 2.11.0