Module: wine Branch: master Commit: 54d3e48448963a0ba598dd4d29bdecf59290e627 URL: https://source.winehq.org/git/wine.git/?a=commit;h=54d3e48448963a0ba598dd4d2...
Author: Martin Storsjo martin@martin.st Date: Mon Apr 23 00:38:16 2018 +0300
makedep: Remove an incorrect -b when creating cross import libraries.
Signed-off-by: Martin Storsjo martin@martin.st Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/makedep.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/makedep.c b/tools/makedep.c index c9ab24d..4fc8435 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -3480,7 +3480,6 @@ static void output_subdirs( struct makefile *make ) output( "\n" ); output( "\t%s -b %s -w -o $@", tools_path( make, "winebuild" ), crosstarget ); output_filename( "--implib" ); - output_filenames( target_flags ); output_filename( "--export" ); output_filename( spec_file ); output( "\n" );