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 != "")
|
||||
{
|
||||
i->GetDepends().push_back((*d)->m_FullPath);
|
||||
i->GetDepends().push_back((*d)->m_FullPath.c_str());
|
||||
}
|
||||
this->AddDependenciesToSourceFile(*d,i,visited);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue