diff options
Diffstat (limited to 'Source/cmMakeDepend.cxx')
-rw-r--r-- | Source/cmMakeDepend.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmMakeDepend.cxx b/Source/cmMakeDepend.cxx index d684160..8499d87 100644 --- a/Source/cmMakeDepend.cxx +++ b/Source/cmMakeDepend.cxx @@ -48,10 +48,6 @@ void cmMakeDepend::SetMakefile(cmMakefile* makefile) std::vector<std::string>::iterator j; for(j = includes.begin(); j != includes.end(); ++j) { - cmSystemTools::ReplaceString(*j, "${CMAKE_BINARY_DIR}", - m_Makefile->GetOutputHomeDirectory() ); - cmSystemTools::ReplaceString(*j, "${CMAKE_SOURCE_ROOT}", - m_Makefile->GetHomeDirectory() ); this->AddSearchPath(j->c_str()); } // Now create cmDependInformation objects for files in the directory |