makedep: Add dependencies for the msg.pot file.
This commit is contained in:
parent
945ccf52e9
commit
6d659d7e15
|
@ -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 */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue