Commit 987f2917 authored by Alexandre Julliard's avatar Alexandre Julliard

makedep: Add dependency for ttf font files when necessary.

parent ef292a1a
......@@ -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 */
......
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