summaryrefslogtreecommitdiffstats
path: root/Source/cmCustomCommandGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-07 17:42:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 09:04:39 (GMT)
commit223d0efe55ff66f6ceb25ecdfbd1d915c76af548 (patch)
tree98d7c649c07079a7afe3a1b5a6f504074353f1b1 /Source/cmCustomCommandGenerator.cxx
parenta367416cec8297c5a567825217b933f4539a44e4 (diff)
downloadCMake-223d0efe55ff66f6ceb25ecdfbd1d915c76af548.zip
CMake-223d0efe55ff66f6ceb25ecdfbd1d915c76af548.tar.gz
CMake-223d0efe55ff66f6ceb25ecdfbd1d915c76af548.tar.bz2
Remove some needless GetMakefile() calls.
Diffstat (limited to 'Source/cmCustomCommandGenerator.cxx')
-rw-r--r--Source/cmCustomCommandGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCustomCommandGenerator.cxx b/Source/cmCustomCommandGenerator.cxx
index 7f3b651..4b6bd50 100644
--- a/Source/cmCustomCommandGenerator.cxx
+++ b/Source/cmCustomCommandGenerator.cxx
@@ -101,7 +101,7 @@ cmCustomCommandGenerator
}
else
{
- cmOutputConverter converter(this->LG->GetMakefile()->GetStateSnapshot());
+ cmOutputConverter converter(this->LG->GetStateSnapshot());
cmd += converter.EscapeForShell(arg, this->MakeVars);
}
}