1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00

fixed 49143

This commit is contained in:
David Inglis 2003-12-18 21:31:43 +00:00
parent 60f9e1661b
commit cdbbcc88c7

View file

@ -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();