BUG: Revert the change 1.152

This commit is contained in:
Andy Cedilnik 2006-07-06 11:35:45 -04:00
parent 356a7df24c
commit 46febb9a2b
1 changed files with 0 additions and 5 deletions

View File

@ -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