summaryrefslogtreecommitdiff
path: root/Source/cmDepends.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/cmDepends.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/cmDepends.cxx')
-rw-r--r--Source/cmDepends.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDepends.cxx b/Source/cmDepends.cxx
index 50a395e361..cdc480c29f 100644
--- a/Source/cmDepends.cxx
+++ b/Source/cmDepends.cxx
@@ -63,7 +63,7 @@ bool cmDepends::Write(std::ostream &makeDepends,
// Make sure the object file is relative to the top of the build tree.
obj = this->LocalGenerator->Convert(obj,
cmLocalGenerator::HOME_OUTPUT,
- cmLocalGenerator::MAKEFILE);
+ cmLocalGenerator::MAKERULE);
dependencies[obj].insert(src);
}
for(std::map<std::string, std::set<std::string> >::const_iterator