Show the proper make command at the end of configure.
This commit is contained in:
parent
b9520dca17
commit
5606d10403
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue