configure: Make sure the winetest directory exists before building tests.

This commit is contained in:
Alexandre Julliard 2011-05-26 12:04:45 +02:00
parent 52cb5b20f7
commit dbbed381d0
2 changed files with 2 additions and 2 deletions

2
aclocal.m4 vendored
View File

@ -396,7 +396,7 @@ wine_fn_config_test ()
AS_VAR_IF([enable_tests],[no],,[wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"all: $ac_dir
.PHONY: $ac_dir
$ac_dir: $ac_dir/Makefile __builddeps__ dummy
$ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
@cd $ac_dir && \$(MAKE)
programs/winetest: $ac_dir
check test: $ac_dir/__test__

2
configure vendored
View File

@ -14771,7 +14771,7 @@ else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"all: $ac_dir
.PHONY: $ac_dir
$ac_dir: $ac_dir/Makefile __builddeps__ dummy
$ac_dir: $ac_dir/Makefile programs/winetest/Makefile __builddeps__ dummy
@cd $ac_dir && \$(MAKE)
programs/winetest: $ac_dir
check test: $ac_dir/__test__