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:
parent
a373054b72
commit
54d3e48448
|
@ -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" );
|
||||
|
|
Loading…
Reference in New Issue