Commit 83fbb78d authored by Alexandre Julliard's avatar Alexandre Julliard

makedep: Output empty rule for source makefiles.

This should avoid breaking the build when a makefile is removed. Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f577fc8f
......@@ -3151,6 +3151,8 @@ static struct strarray output_sources( const struct makefile *make )
output( "Makefile:" );
output_filenames( makefile_deps );
output( "\n" );
output_filenames( makefile_deps );
output( ":\n" );
output( "distclean::\n");
output( "\trm -f" );
output_filenames( distclean_files );
......
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