makefiles: List all possible targets in the stub makefiles.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2020-10-11 21:35:47 +02:00
parent f7d8150895
commit aabd2b54b2
1 changed files with 1 additions and 0 deletions

View File

@ -4029,6 +4029,7 @@ static void output_stub_makefile( struct makefile *make )
}
output_filenames( targets );
output_filenames( make->clean_files );
output( ":\n" );
output( "\t@cd %s && $(MAKE) %s/$@\n", get_relative_path( make->obj_dir, "" ), make->obj_dir );
output( ".PHONY:" );