mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 293247 Incorrect referenced artifact names
This commit is contained in:
parent
cb676ddd09
commit
7df20adbb5
1 changed files with 2 additions and 2 deletions
|
@ -1399,7 +1399,7 @@ public class GnuMakefileGenerator implements IManagedBuilderMakefileGenerator2 {
|
|||
"", //$NON-NLS-1$
|
||||
" ", //$NON-NLS-1$
|
||||
IBuildMacroProvider.CONTEXT_CONFIGURATION,
|
||||
config);
|
||||
depCfg);
|
||||
} catch (BuildMacroException e){
|
||||
}
|
||||
|
||||
|
@ -1410,7 +1410,7 @@ public class GnuMakefileGenerator implements IManagedBuilderMakefileGenerator2 {
|
|||
"", //$NON-NLS-1$
|
||||
" ", //$NON-NLS-1$
|
||||
IBuildMacroProvider.CONTEXT_CONFIGURATION,
|
||||
config);
|
||||
depCfg);
|
||||
if((resolved = resolved.trim()).length() > 0)
|
||||
depTarget = resolved;
|
||||
} catch (BuildMacroException e){
|
||||
|
|
Loading…
Add table
Reference in a new issue