From 9f92a78be21a7f126f1776d481cc4bd2acdf4a1b Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 22 Jul 2014 12:27:57 -0400 Subject: cmLocalGenerator: Rename 'MAKEFILE' to 'MAKERULE' Rename the internal enumeration value for converting paths destined for use in Makefile rule syntax. --- Source/cmDepends.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmDepends.cxx') 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 >::const_iterator -- cgit v1.2.1