]> granicus.if.org Git - handbrake/commitdiff
Modified contrib Jamfile to use $(MAKE) not "make" for mp4v2 install, patch from...
authoreddyg <eddyg.hb@myreflection.org>
Sun, 11 Jan 2009 22:23:31 +0000 (22:23 +0000)
committereddyg <eddyg.hb@myreflection.org>
Sun, 11 Jan 2009 22:23:31 +0000 (22:23 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2075 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/Jamfile

index 09f72955a4c40b54b7263f206aa67b9be0ab996b..438a64874096a5128b69fbd215cab3b55948e2f9 100644 (file)
@@ -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 ;