ENH: bug fix for IBM broken xlC 6.0.0.4 compiler
This commit is contained in:
parent
1690c45626
commit
7f018b58ac
@ -112,7 +112,7 @@ cmLocalUnixMakefileGenerator::AddDependenciesToSourceFile(cmDependInformation co
|
|||||||
{
|
{
|
||||||
if((*d)->m_FullPath != "")
|
if((*d)->m_FullPath != "")
|
||||||
{
|
{
|
||||||
i->GetDepends().push_back((*d)->m_FullPath);
|
i->GetDepends().push_back((*d)->m_FullPath.c_str());
|
||||||
}
|
}
|
||||||
this->AddDependenciesToSourceFile(*d,i,visited);
|
this->AddDependenciesToSourceFile(*d,i,visited);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user