diff options
Diffstat (limited to 'Source/cmExportLibraryDependencies.cxx')
-rw-r--r-- | Source/cmExportLibraryDependencies.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx index 16537a4..78a9485 100644 --- a/Source/cmExportLibraryDependencies.cxx +++ b/Source/cmExportLibraryDependencies.cxx @@ -45,13 +45,6 @@ bool cmExportLibraryDependenciesCommand::InitialPass(std::vector<std::string> co void cmExportLibraryDependenciesCommand::FinalPass() { - // don't do anything if local mode - if(m_Makefile->GetLocal()) - { - return; - } - - // Create a full path filename for output std::string fname = m_Args[0]; bool append = false; |