diff options
Diffstat (limited to 'Source/cmDependsC.cxx')
-rw-r--r-- | Source/cmDependsC.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsC.cxx b/Source/cmDependsC.cxx index d26d3a9..dd239c4 100644 --- a/Source/cmDependsC.cxx +++ b/Source/cmDependsC.cxx @@ -276,7 +276,7 @@ bool cmDependsC::WriteDependencies(const std::set<std::string>& sources, makeDepends << obj << ": " << this->LocalGenerator->Convert(*i, cmLocalGenerator::HOME_OUTPUT, - cmLocalGenerator::MAKEFILE) + cmLocalGenerator::MAKERULE) << std::endl; internalDepends << " " << *i << std::endl; } |