makedep: Add dependencies for the msg.pot file.

This commit is contained in:
Alexandre Julliard 2011-01-27 15:13:53 +01:00
parent 945ccf52e9
commit 6d659d7e15
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ static int output_src( FILE *file, INCL_FILE *pFile, int *column )
} }
else if (!strcmp( ext, "mc" )) /* message file */ 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 */ else if (!strcmp( ext, "idl" )) /* IDL file */
{ {