Remove the unnecessary instruction to run make depend from the configure script

Michael [Plouj] Ploujnikov ploujj at gmail.com
Sat Jan 20 20:09:38 CST 2007


Remove the unnecessary instruction to run make depend from the configure script.


As usual, let me know if I followed the wrong procedure to generate
this patch. Also let me know of any reason for not applying this
change if any.

-- 
Libre Software:
http://www.gnu.org/philosophy/free-sw.html
-------------- next part --------------
Remove the unnecessary instruction to run make depend from the configure script

From: Michael Ploujnikov <ploujj at gmail.com>


---

 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 0da3870..83f90a1 100755
--- a/configure
+++ b/configure
@@ -22299,6 +22299,6 @@ echo "$as_me: WARNING: ALSA, ARTS, Esoun
 fi
 
 echo
-echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
+echo "Configure finished.  Do '${ac_make}' to compile Wine."
 echo
 
diff --git a/configure.ac b/configure.ac
index 995cb75..9cfdf3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2058,7 +2058,7 @@ then
 fi
 
 echo
-echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
+echo "Configure finished.  Do '${ac_make}' to compile Wine."
 echo
 
 dnl Local Variables:


More information about the wine-patches mailing list