summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 16:10:21 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 16:10:21 (GMT)
commit00051cf72162bfe04620e81794d15aeedc068db6 (patch)
tree0d9a01e79a2450227ada5e7e0c878e2fbbee40df /Source/cmGlobalUnixMakefileGenerator3.cxx
parent4089c768900c10d55b9b58c5bca7242db18ed664 (diff)
downloadCMake-00051cf72162bfe04620e81794d15aeedc068db6.zip
CMake-00051cf72162bfe04620e81794d15aeedc068db6.tar.gz
CMake-00051cf72162bfe04620e81794d15aeedc068db6.tar.bz2
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had a buggy implementation that caused it to do nothing.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 234f0d0..c702742 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -605,7 +605,6 @@ std::string cmGlobalUnixMakefileGenerator3
}
tname = lg->Convert(tname.c_str(),cmLocalGenerator::HOME_OUTPUT,
cmLocalGenerator::MAKEFILE);
- tname = lg->ConvertToMakeTarget(tname.c_str());
makeCommand += tname.c_str();
makeCommand += "\"";
if (!this->LocalGenerators.size())