Browse Source

BUG: Need to account for import library directory when constructing the clean rule for the import library. This is an incremental fix for bug #4210.

Brad King 18 years ago
parent
commit
fb88335cdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmMakefileLibraryTargetGenerator.cxx

+ 1 - 1
Source/cmMakefileLibraryTargetGenerator.cxx

@@ -368,7 +368,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
     std::string cleanFullSharedName = outpath + cleanSharedName;
     std::string cleanFullSharedSOName = outpath + cleanSharedSOName;
     std::string cleanFullSharedRealName = outpath + cleanSharedRealName;
-    std::string cleanFullImportName = outpath + cleanImportName;
+    std::string cleanFullImportName = outpathImp + cleanImportName;
     std::string cleanFullPDBName = outpath + cleanPDBName;
     libCleanFiles.push_back
       (this->Convert(cleanFullStaticName.c_str(),