summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 16:54:42 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-20 22:12:51 (GMT)
commitf034bb2f54f784461ed1adea8f0554d49ff5b0b3 (patch)
treefc74b3f2c731c8e4b138922a5ab2c8acf764d0c6 /Source/cmGlobalUnixMakefileGenerator3.cxx
parent3a68c323ba4b9f269fe9fe45fc2a1bcc2de4ac89 (diff)
downloadCMake-f034bb2f54f784461ed1adea8f0554d49ff5b0b3.zip
CMake-f034bb2f54f784461ed1adea8f0554d49ff5b0b3.tar.gz
CMake-f034bb2f54f784461ed1adea8f0554d49ff5b0b3.tar.bz2
Remove redundant calls to MakeStartDirectoriesCurrent.
The SetStart{,Output}Directory methods do what it does.
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 22d633c..3deaec2 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -587,7 +587,6 @@ void cmGlobalUnixMakefileGenerator3
(this->CMakeInstance->GetStartDirectory());
lg->GetMakefile()->SetStartOutputDirectory
(this->CMakeInstance->GetStartOutputDirectory());
- lg->GetMakefile()->MakeStartDirectoriesCurrent();
}
std::string tname = targetName;