Alexandre Julliard : wine_release: Build makedep first to avoid warnings.

Alexandre Julliard julliard at winehq.org
Fri Jun 19 08:36:23 CDT 2009


Module: tools
Branch: master
Commit: 291bf49abea59c800bf30f1eb88c46e217a165ce
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=291bf49abea59c800bf30f1eb88c46e217a165ce

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 15 13:53:13 2009 +0200

wine_release: Build makedep first to avoid warnings.

---

 wine_release |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/wine_release b/wine_release
index 0375494..b5fd54c 100755
--- a/wine_release
+++ b/wine_release
@@ -65,6 +65,7 @@ then
   # update man page and documentation
   echo "==== UPDATING DOCUMENTATION ===="
   ./configure --quiet --without-x --without-freetype
+  cd tools && make makedep
 
   manpages="\
     loader/wine.man \




More information about the wine-cvs mailing list