Avoid a potential crash

This commit is contained in:
Pierre Pronchery 2019-02-28 13:39:03 +01:00
parent 4bc295dd93
commit 67317afeb8

View File

@ -1880,7 +1880,7 @@ static int _target_source(Makefile * makefile, String const * target,
{
_makefile_print(makefile, " ");
_makefile_print_escape(makefile, source);
_makefile_print(makefile, "%s" ".lo");
_makefile_print(makefile, "%s", ".lo");
}
_makefile_print(makefile, ": ");
_makefile_print_escape(makefile, source);