mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 13:25:45 +02:00
JavaDoc complain fixed
This commit is contained in:
parent
e918fcfd0c
commit
61e5a9de3e
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ public class DefaultGCCDependencyCalculator2Commands implements
|
||||||
* working directory for the tool. This IPath is relative to the
|
* working directory for the tool. This IPath is relative to the
|
||||||
* project directory.
|
* project directory.
|
||||||
*
|
*
|
||||||
* @see DefaultGCCDependencyCalculator2Commands(IPath source, IResource resource, IBuildObject buildContext, ITool tool, IPath topBuildDirectory)
|
* @see #DefaultGCCDependencyCalculator2Commands(IPath source, IResource resource, IBuildObject buildContext, ITool tool, IPath topBuildDirectory)
|
||||||
*/
|
*/
|
||||||
public DefaultGCCDependencyCalculator2Commands(IPath source, IBuildObject buildContext, ITool tool, IPath topBuildDirectory)
|
public DefaultGCCDependencyCalculator2Commands(IPath source, IBuildObject buildContext, ITool tool, IPath topBuildDirectory)
|
||||||
{
|
{
|
||||||
|
@ -177,7 +177,7 @@ public class DefaultGCCDependencyCalculator2Commands implements
|
||||||
}
|
}
|
||||||
if( buildContext instanceof IResourceConfiguration || needExplicitRuleForFile ) {
|
if( buildContext instanceof IResourceConfiguration || needExplicitRuleForFile ) {
|
||||||
IPath outPath = getDependencyFiles()[0];
|
IPath outPath = getDependencyFiles()[0];
|
||||||
// -MT"dependecy-file-name"
|
// -MT"dependency-file-name"
|
||||||
String optTxt = "-MT\"" + outPath.toString() + "\""; //$NON-NLS-1$ //$NON-NLS-2$
|
String optTxt = "-MT\"" + outPath.toString() + "\""; //$NON-NLS-1$ //$NON-NLS-2$
|
||||||
options[3] = optTxt;
|
options[3] = optTxt;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue