From: Rémi Bernon rbernon@codeweavers.com
--- tools/makedep.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/makedep.c b/tools/makedep.c index 8ce575b15ca..05063670163 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -3420,6 +3420,7 @@ static void output_import_lib( struct makefile *make, unsigned int arch ) char *spec_file = src_dir_path( make, replace_extension( make->module, ".dll", ".spec" )); const char *name = strmake( "%slib%s.a", arch_dirs[arch], make->importlib );
+ strarray_add( &make->all_targets[arch], name ); strarray_add( &make->clean_files, name ); if (needs_delay_lib( make, arch )) {