Fixed calling scripts in the "clean" target

This commit is contained in:
Pierre Pronchery 2014-10-09 19:40:51 +02:00
parent e67f058a15
commit 806f1361b3

View File

@ -1578,6 +1578,7 @@ static int _clean_targets(Config * config, FILE * fp)
i = 0;
}
fputc('\n', fp);
targets = q;
/* let each scripted target remove the relevant object files */
for(i = 0;; i++)
{