Alexandre Julliard : winetest: Make the build dependencies in order to get the .mo files.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 17 00:09:00 CST 2015


Module: tools
Branch: master
Commit: 09b0d2a74fbb6066d4eb79dd7360aaeef3d5de32
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=09b0d2a74fbb6066d4eb79dd7360aaeef3d5de32

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 17 14:15:02 2015 +0900

winetest: Make the build dependencies in order to get the .mo files.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/make-winetest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/make-winetest b/winetest/make-winetest
index 9fd21a0..0ae85fe 100755
--- a/winetest/make-winetest
+++ b/winetest/make-winetest
@@ -81,7 +81,7 @@ umask 022
      cd build-native &&
      ../wine/configure --enable-win64 --without-x --without-freetype) || exit
 
-    (cd build-native && make depend && make __tooldeps__ include) || exit
+    (cd build-native && make depend && make __builddeps__) || exit
 
     # update the translations status
 




More information about the wine-cvs mailing list