[PATCH] makefiles: install the .def files to the pe_dir

Emil Velikov emil.l.velikov at gmail.com
Mon May 24 08:11:02 CDT 2021


Recently we moved the real and fake dll to $arch-$os.

Since the .def files are applicable only for *-windows, move them from
their current *-unix location.

Cc: Alexandre Julliard <julliard at winehq.org>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 tools/makedep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/makedep.c b/tools/makedep.c
index f19ddfc6b74..4f358858e2a 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -3403,7 +3403,7 @@ static void output_module( struct makefile *make )
             output( "\n" );
             add_install_rule( make, make->importlib,
                               strmake( "lib%s.def", make->importlib ),
-                              strmake( "d%s/lib%s.def", so_dir, make->importlib ));
+                              strmake( "d%s/lib%s.def", pe_dir, make->importlib ));
         }
         else
         {
-- 
2.31.1




More information about the wine-devel mailing list