summaryrefslogtreecommitdiff
path: root/Source/cmOutputRequiredFilesCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmOutputRequiredFilesCommand.cxx')
-rw-r--r--Source/cmOutputRequiredFilesCommand.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmOutputRequiredFilesCommand.cxx b/Source/cmOutputRequiredFilesCommand.cxx
index 53ba04de1d..8fcba47a97 100644
--- a/Source/cmOutputRequiredFilesCommand.cxx
+++ b/Source/cmOutputRequiredFilesCommand.cxx
@@ -185,10 +185,6 @@ void cmOutputRequiredFilesCommand::FinalPass()
cmLBDepend md;
md.SetMakefile(m_Makefile);
- // always expand the first argument
- m_Makefile->ExpandVariablesInString(m_File);
- m_Makefile->ExpandVariablesInString(m_OutputFile);
-
// find the depends for a file
const cmDependInformation *info = md.FindDependencies(m_File.c_str());
if (info)