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

diff --git a/configure b/configure
index 835e15c..8a961c5 100755
--- a/configure
+++ b/configure
@@ -4905,6 +4905,6 @@
 fi
 
 echo
-echo "Configure finished.  Do 'make depend; make' to compile Wine."
+echo "Configure finished.  Do 'make depend && make' to compile Wine."
 echo