From 54d3e48448963a0ba598dd4d29bdecf59290e627 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Mon, 23 Apr 2018 00:38:16 +0300 Subject: [PATCH] makedep: Remove an incorrect -b when creating cross import libraries. Signed-off-by: Martin Storsjo Signed-off-by: Alexandre Julliard --- tools/makedep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/makedep.c b/tools/makedep.c index c9ab24da790..4fc8435f7c6 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" );