OSDN Git Service

Modified contrib Jamfile to use $(MAKE) not "make" for mp4v2 install, patch from...
[handbrake-jp/handbrake-jp-git.git] / contrib / Jamfile
index 09f7295..438a648 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 ;