Module: wine Branch: master Commit: bd1e261b063fe1624fe94cb56a5e17f2679c6793 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bd1e261b063fe1624fe94cb56a...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 4 15:58:47 2012 +0100
configure: Building the tools requires include/config.h.
---
aclocal.m4 | 2 ++ configure | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4 index 0062982..14cf916 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -179,6 +179,8 @@ wine_fn_all_dir_rules () then dnl makedep is in tools so tools makefile cannot depend on it ac_alldeps="$[2] $ac_makedep" + else + ac_alldeps="$[2] include/config.h" fi case $[2] in *.in) ac_input=$ac_input:$[2] ;; diff --git a/configure b/configure index 99efc84..2da5477 100755 --- a/configure +++ b/configure @@ -14842,6 +14842,8 @@ wine_fn_all_dir_rules () if test $ac_dir != tools then ac_alldeps="$2 $ac_makedep" + else + ac_alldeps="$2 include/config.h" fi case $2 in *.in) ac_input=$ac_input:$2 ;;