diff options
author | Brad King <brad.king@kitware.com> | 2007-03-08 16:10:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-08 16:10:21 (GMT) |
commit | 00051cf72162bfe04620e81794d15aeedc068db6 (patch) | |
tree | 0d9a01e79a2450227ada5e7e0c878e2fbbee40df /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 4089c768900c10d55b9b58c5bca7242db18ed664 (diff) | |
download | CMake-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.cxx | 1 |
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()) |