Show the proper make command at the end of configure.

oldstable
Vincent Béron 2004-08-19 00:03:45 +00:00 committed by Alexandre Julliard
parent b9520dca17
commit 5606d10403
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -21615,6 +21615,6 @@ then
fi
echo
echo "Configure finished. Do 'make depend && make' to compile Wine."
echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."
echo

View File

@ -1772,7 +1772,7 @@ then
fi
echo
echo "Configure finished. Do 'make depend && make' to compile Wine."
echo "Configure finished. Do '${ac_make} depend && ${ac_make}' to compile Wine."
echo
dnl Local Variables: