浏览代码

BUG: Revert the change 1.152

Andy Cedilnik 19 年之前
父节点
当前提交
46febb9a2b
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 0 - 5
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -1674,11 +1674,6 @@ cmLocalUnixMakefileGenerator3
       {
       {
       objectName = relFromSource;
       objectName = relFromSource;
       }
       }
-    else
-      {
-      // This is not relative to source or binary, so make it no path at all
-      objectName = cmSystemTools::GetFilenameName(objectName.c_str());
-      }
     }
     }
 
 
   // Replace the original source file extension with the object file
   // Replace the original source file extension with the object file