Rémi Bernon (@rbernon) commented about tools/makedep.c:
strarray_addall_uniq( &make->extra_imports, get_expanded_file_local_var( make, obj, "IMPORTS" )); }
if (source->file->flags & FLAG_WAYLAND_PROTO)
{
char *code_name = replace_extension ( source->name , ".xml", "-protocol.c" );
char *header_name = replace_extension ( source->name , ".xml", "-client-protocol.h" );
```suggestion:-2+0 char *code_name = replace_extension( source->name , ".xml", "-protocol.c" ); char *header_name = replace_extension( source->name , ".xml", "-client-protocol.h" );
```