mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 367992 - Broken link in IManagedDependencyCommands JavaDoc
This commit is contained in:
parent
a962baf8c0
commit
dea3399c5b
1 changed files with 2 additions and 2 deletions
4
build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java
Executable file → Normal file
4
build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java
Executable file → Normal file
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2006 Intel Corporation and others.
|
||||
* Copyright (c) 2006, 2012 Intel Corporation and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -53,7 +53,7 @@ import org.eclipse.core.runtime.IPath;
|
|||
* dependency files are not required for the current build, but for
|
||||
* the next build. C/C++ builds can be treated in this manner as is
|
||||
* described in the following link:
|
||||
* http://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution
|
||||
* http://www.gnu.org/software/automake/manual/html_node/Dependency-Tracking-Evolution.html#Dependency-Tracking-Evolution
|
||||
*
|
||||
* Use the IManagedDependencyCommands interface defined in this file
|
||||
* for this mode.
|
||||
|
|
Loading…
Add table
Reference in a new issue