"Configure finished" message suggests to call make when make depend

was successful.
This commit is contained in:
Steffen Moeller 1999-02-17 15:27:03 +00:00 committed by Alexandre Julliard
parent 317af320cf
commit 1511bae75c
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -4905,6 +4905,6 @@ then
fi
echo
echo "Configure finished. Do 'make depend; make' to compile Wine."
echo "Configure finished. Do 'make depend && make' to compile Wine."
echo

View File

@ -695,7 +695,7 @@ then
fi
echo
echo "Configure finished. Do 'make depend; make' to compile Wine."
echo "Configure finished. Do 'make depend && make' to compile Wine."
echo
dnl Local Variables: