mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Bug 505882: Fork the GnuMakefileGenerator into non-API
One more place where the GnuMakefileGenerator is instanciated that should have been changed in previous commit. Contributed by STMicroelectronics Change-Id: Ib89d5e77cbdd2148723b9b1a80cafb72d35390a4 Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
This commit is contained in:
parent
b3be425429
commit
c831994958
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ import org.eclipse.cdt.managedbuilder.macros.IFileContextBuildMacroValues;
|
|||
import org.eclipse.cdt.managedbuilder.macros.IReservedMacroNameSupplier;
|
||||
import org.eclipse.cdt.managedbuilder.makegen.IManagedBuilderMakefileGenerator;
|
||||
import org.eclipse.cdt.managedbuilder.makegen.IManagedBuilderMakefileGenerator2;
|
||||
import org.eclipse.cdt.managedbuilder.makegen.gnu.GnuMakefileGenerator;
|
||||
import org.eclipse.cdt.managedbuilder.makegen.gnu2.GnuMakefileGenerator;
|
||||
import org.eclipse.core.resources.IProject;
|
||||
import org.eclipse.core.resources.IncrementalProjectBuilder;
|
||||
import org.eclipse.core.runtime.Assert;
|
||||
|
|
Loading…
Add table
Reference in a new issue