Commit aabd2b54 authored by Alexandre Julliard's avatar Alexandre Julliard

makefiles: List all possible targets in the stub makefiles.

parent f7d81508
......@@ -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:" );
......
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