Commit 52dc0ccf authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

makefiles: Disable implicit rules.

This improves the time of a full-tree build with no out-of-date objects from ~3.7s to ~0.7s on one of my development machines. Signed-off-by: 's avatarZebediah Figura <z.figura12@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent bd1174e1
......@@ -4076,6 +4076,9 @@ static void output_dependencies( struct makefile *make )
}
else output_stub_makefile( make );
/* disable implicit rules */
output( ".SUFFIXES:\n" );
fclose( output_file );
output_file = NULL;
rename_temp_file( output_file_name );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment