Fixed calling scripts in the "clean" target
This commit is contained in:
parent
e67f058a15
commit
806f1361b3
@ -1578,6 +1578,7 @@ static int _clean_targets(Config * config, FILE * fp)
|
|||||||
i = 0;
|
i = 0;
|
||||||
}
|
}
|
||||||
fputc('\n', fp);
|
fputc('\n', fp);
|
||||||
|
targets = q;
|
||||||
/* let each scripted target remove the relevant object files */
|
/* let each scripted target remove the relevant object files */
|
||||||
for(i = 0;; i++)
|
for(i = 0;; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user