configure: Building the tools requires include/config.h.
This commit is contained in:
parent
c019083240
commit
bd1e261b06
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@ -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] ;;
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -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 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user