mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
makedep: Add dependency for ttf font files when necessary.
This commit is contained in:
parent
ef292a1a96
commit
987f29173f
@ -1692,6 +1692,8 @@ static struct strarray output_sources(void)
|
||||
strarray_add_uniq( &phony_targets, "uninstall" );
|
||||
}
|
||||
}
|
||||
else output( "all: %s\n", ttf_file );
|
||||
|
||||
continue; /* no dependencies */
|
||||
}
|
||||
else if (!strcmp( ext, "svg" )) /* svg file */
|
||||
|
Loading…
Reference in New Issue
Block a user