Commit bd1e261b authored by Alexandre Julliard's avatar Alexandre Julliard

configure: Building the tools requires include/config.h.

parent c0190832
...@@ -179,6 +179,8 @@ wine_fn_all_dir_rules () ...@@ -179,6 +179,8 @@ wine_fn_all_dir_rules ()
then then
dnl makedep is in tools so tools makefile cannot depend on it dnl makedep is in tools so tools makefile cannot depend on it
ac_alldeps="$[2] $ac_makedep" ac_alldeps="$[2] $ac_makedep"
else
ac_alldeps="$[2] include/config.h"
fi fi
case $[2] in case $[2] in
*.in) ac_input=$ac_input:$[2] ;; *.in) ac_input=$ac_input:$[2] ;;
......
...@@ -14842,6 +14842,8 @@ wine_fn_all_dir_rules () ...@@ -14842,6 +14842,8 @@ wine_fn_all_dir_rules ()
if test $ac_dir != tools if test $ac_dir != tools
then then
ac_alldeps="$2 $ac_makedep" ac_alldeps="$2 $ac_makedep"
else
ac_alldeps="$2 include/config.h"
fi fi
case $2 in case $2 in
*.in) ac_input=$ac_input:$2 ;; *.in) ac_input=$ac_input:$2 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment