Code cleanup
This commit is contained in:
parent
453a99b287
commit
75f16c92b7
@ -2641,7 +2641,7 @@ static int _write_phony(Makefile * makefile, char const ** targets)
|
|||||||
_makefile_print(makefile, " %s", targets[i]);
|
_makefile_print(makefile, " %s", targets[i]);
|
||||||
if(_write_phony_targets(makefile) != 0)
|
if(_write_phony_targets(makefile) != 0)
|
||||||
return 1;
|
return 1;
|
||||||
_makefile_print(makefile, "%s", "\n");
|
_makefile_print(makefile, "\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user