[PATCH] makefiles: Depend on winebuild even for unix libraries.

Zebediah Figura zfigura at codeweavers.com
Fri Sep 17 15:09:12 CDT 2021


winegcc runs `winebuild --fixup-ctors` when building them.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 tools/makedep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index eff8e33d3a3..9fa6d8c7f56 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -3394,7 +3394,7 @@ static void output_module( struct makefile *make )
         output( "%s:", obj_dir_path( make, unix_lib ));
         output_filenames_obj_dir( make, make->unixobj_files );
         output_filenames( unix_deps );
-        if (!native_unix_lib) output_filename( tools_path( make, "winebuild" ));
+        output_filename( tools_path( make, "winebuild" ));
         output_filename( tools_path( make, "winegcc" ));
         output( "\n" );
         output_winegcc_command( make, 0 );
-- 
2.33.0




More information about the wine-devel mailing list