summaryrefslogtreecommitdiff
path: root/Source/cmDependsC.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-07-22 12:27:57 -0400
committerBrad King <brad.king@kitware.com>2014-07-22 12:27:57 -0400
commit9f92a78be21a7f126f1776d481cc4bd2acdf4a1b (patch)
tree9616fafa7e0ecddae8d88283cc91c5deff4d58f5 /Source/cmDependsC.cxx
parent8e018ae44e80425ee77db675fb452b9e0eb9730c (diff)
downloadcmake-9f92a78be21a7f126f1776d481cc4bd2acdf4a1b.tar.gz
cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE'
Rename the internal enumeration value for converting paths destined for use in Makefile rule syntax.
Diffstat (limited to 'Source/cmDependsC.cxx')
-rw-r--r--Source/cmDependsC.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDependsC.cxx b/Source/cmDependsC.cxx
index d26d3a90fa..dd239c405e 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;
}