Module: wine Branch: master Commit: 987f29173f7f281c8caabfc878b1910b7e53c8c8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=987f29173f7f281c8caabfc878...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 1 11:19:59 2014 +0200
makedep: Add dependency for ttf font files when necessary.
---
tools/makedep.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/makedep.c b/tools/makedep.c index b518756..d878869 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -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 */