Module: tools Branch: master Commit: c2f5792fae30cb14105f51b3d44af2c7a6d76e9a URL: http://source.winehq.org/git/tools.git/?a=commit;h=c2f5792fae30cb14105f51b3d...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Feb 10 18:03:12 2010 +0100
winetest: Fix building of the tests for the new makefiles architecture.
---
winetest/make-winetest | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/winetest/make-winetest b/winetest/make-winetest index 6e4b24c..813cfb5 100755 --- a/winetest/make-winetest +++ b/winetest/make-winetest @@ -79,7 +79,7 @@ umask 022 cd build-native && ../wine/configure --enable-win64 --without-x --without-freetype) || exit
- (cd build-native && make depend && make tools) || exit + (cd build-native && make depend && make __tooldeps__) || exit
# then cross-compile the tests
@@ -90,8 +90,7 @@ umask 022
(cd build-mingw && make depend && - make include && - make -C dlls testsubdirs && + make programs/winetest && cd programs/winetest && $mingw32-gcc -v 2> build.nfo && make dist) || exit @@ -116,8 +115,7 @@ umask 022
(cd build-mingw64 && make depend && - make include && - make -C dlls testsubdirs && + make programs/winetest && cd programs/winetest && $mingw64-gcc -v 2> build.nfo && make dist) || exit