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

This commit is contained in:
Alexandre Julliard 2012-12-04 15:58:47 +01:00
parent c019083240
commit bd1e261b06
2 changed files with 4 additions and 0 deletions

2
aclocal.m4 vendored
View file

@ -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] ;;

2
configure vendored
View file

@ -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 ;;