mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
fixed 49143
This commit is contained in:
parent
60f9e1661b
commit
cdbbcc88c7
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ public class MakeBuilder extends ACBuilder {
|
||||||
if (isClean) {
|
if (isClean) {
|
||||||
forgetLastBuiltState();
|
forgetLastBuiltState();
|
||||||
}
|
}
|
||||||
|
} else { // This should really be based of last build state, for now its safer to just
|
||||||
|
// forget last, until we get some kind of build state manager in the CDT Core.
|
||||||
|
forgetLastBuiltState();
|
||||||
}
|
}
|
||||||
checkCancel(monitor);
|
checkCancel(monitor);
|
||||||
return getProject().getReferencedProjects();
|
return getProject().getReferencedProjects();
|
||||||
|
|
Loading…
Add table
Reference in a new issue