makefiles: Still generate makefile rule for disabled dlls that have an import lib.

This commit is contained in:
Alexandre Julliard 2011-07-25 22:05:51 +02:00
parent 6c0e6df1b7
commit 2844991f7e
2 changed files with 4 additions and 1 deletions

4
aclocal.m4 vendored
View File

@ -290,7 +290,9 @@ wine_fn_config_dll ()
AS_VAR_IF([$ac_enable],[no],
dnl enable_win16 is special in that it disables import libs too
[test "$ac_enable" != enable_win16 || return 0],
[test "$ac_enable" != enable_win16 || return 0
wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules],
[wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"$ac_dir: __builddeps__
manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile

1
configure vendored
View File

@ -14358,6 +14358,7 @@ wine_fn_config_dll ()
if eval test \"x\$"$ac_enable"\" = x"no"; then :
test "$ac_enable" != enable_win16 || return 0
wine_fn_has_flag implib $ac_flags && wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
else
wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
"$ac_dir: __builddeps__