1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix for PR 88592

This commit is contained in:
Leo Treggiari 2005-05-28 03:23:04 +00:00
parent bc8ea403ac
commit ad66a43cd2

View file

@ -624,7 +624,7 @@ public class GeneratedMakefileBuilder extends ACBuilder {
checkCancel(monitor);
statusMsg = ManagedMakeMessages.getFormattedString("ManagedMakeBuilder.message.starting", getProject().getName()); //$NON-NLS-1$
monitor.subTask(statusMsg);
IPath buildDir = new Path(info.getConfigurationName());
IPath buildDir = generator.getBuildWorkingDir();
if (buildDir != null) {
invokeMake(INCREMENTAL_BUILD, buildDir, info, generator, monitor);
} else {