"Configure finished" message suggests to call make when make depend
was successful.

diff --git a/configure.in b/configure.in
index 08f9282..6a1530b 100644
--- a/configure.in
+++ b/configure.in
@@ -695,7 +695,7 @@
 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: