minor fix

This commit is contained in:
Ken Martin 2002-09-06 09:24:30 -04:00
parent 50a1f8a5e4
commit 709517bcf0
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ void cmLocalUnixMakefileGenerator::OutputUtilityRule(std::ostream& fout,
depends += " \\\n";
replaceVars = *d;
m_Makefile->ExpandVariablesInString(replaceVars);
depends += this->ConvertToOutputPath(replaceVars.c_str());
depends += cmSystemTools::ConvertToOutputPath(replaceVars.c_str());
}
}
this->OutputMakeRule(fout, comment.c_str(), name,