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>
This commit is contained in:
Martin Storsjo 2018-04-23 00:38:16 +03:00 committed by Alexandre Julliard
parent a373054b72
commit 54d3e48448
1 changed files with 0 additions and 1 deletions

View File

@ -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" );