Clean objects in OBJDIR if set
This commit is contained in:
parent
d9117f6c34
commit
57275fd77c
@ -1747,7 +1747,8 @@ static int _clean_targets(Configure * configure, FILE * fp)
|
|||||||
== NULL)
|
== NULL)
|
||||||
prefix = "$(PREFIX)";
|
prefix = "$(PREFIX)";
|
||||||
_makefile_print(fp, "\t%s%s%s%s%s%s\n", p, " -c -P \"",
|
_makefile_print(fp, "\t%s%s%s%s%s%s\n", p, " -c -P \"",
|
||||||
prefix, "\" -- \"", targets, "\"");
|
prefix, "\" -- \"$(OBJDIR)", targets,
|
||||||
|
"\"");
|
||||||
}
|
}
|
||||||
if(c == '\0')
|
if(c == '\0')
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user