Alexandre Julliard : makedep: Add dependencies for the msg.pot file.

Alexandre Julliard julliard at winehq.org
Thu Jan 27 12:43:22 CST 2011


Module: wine
Branch: master
Commit: 6d659d7e157b29c3883667c709ac53f886fb6856
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6d659d7e157b29c3883667c709ac53f886fb6856

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jan 27 15:13:53 2011 +0100

makedep: Add dependencies for the msg.pot file.

---

 tools/makedep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index 0d592a0..f1b0a12 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -858,7 +858,7 @@ static int output_src( FILE *file, INCL_FILE *pFile, int *column )
         }
         else if (!strcmp( ext, "mc" ))  /* message file */
         {
-            *column += fprintf( file, "%s.res: %s", obj, pFile->filename );
+            *column += fprintf( file, "msg.pot %s.res: %s", obj, pFile->filename );
         }
         else if (!strcmp( ext, "idl" ))  /* IDL file */
         {




More information about the wine-cvs mailing list