Alexandre Julliard : makefiles: Import libraries don' t need to depend on subdirectories even when there's a static lib.
Module: wine Branch: master Commit: 8a064a7d1226e179cdf026ab723762091c9b1260 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8a064a7d1226e179cdf026ab72... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Feb 16 17:41:17 2016 +0900 makefiles: Import libraries don't need to depend on subdirectories even when there's a static lib. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- aclocal.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index d09d91b..99faf92 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -430,7 +430,7 @@ $ac_dir/uninstall:: then wine_fn_append_rule \ "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT -$ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps +$ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD) \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$[@] --export $srcdir/$ac_dir/$ac_name.spec $ac_file.$STATIC_IMPLIBEXT: dummy diff --git a/configure b/configure index a17b9c9..ceb9e5e 100755 --- a/configure +++ b/configure @@ -7655,7 +7655,7 @@ fi then wine_fn_append_rule \ "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT -$ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps +$ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD) \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec $ac_file.$STATIC_IMPLIBEXT: dummy
participants (1)
-
Alexandre Julliard