mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed bug #49143
This commit is contained in:
parent
4dd68890fa
commit
e8e72e90ad
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ public class MakeBuilder extends ACBuilder {
|
|||
if (isClean) {
|
||||
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);
|
||||
return getProject().getReferencedProjects();
|
||||
|
|
Loading…
Add table
Reference in a new issue