makedep: Add dependency for ttf font files when necessary.

This commit is contained in:
Alexandre Julliard 2014-04-01 11:19:59 +02:00
parent ef292a1a96
commit 987f29173f

View file

@ -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 */