summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-06 15:35:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-06 15:35:45 (GMT)
commit46febb9a2b64a87c30d4fbbf743ef8f78069db24 (patch)
tree8e50ac88d3878d54a6f89e968fc0e60eeeb1da80
parent356a7df24c03a9a4dbcab95105e05df4a88d6101 (diff)
downloadCMake-46febb9a2b64a87c30d4fbbf743ef8f78069db24.zip
CMake-46febb9a2b64a87c30d4fbbf743ef8f78069db24.tar.gz
CMake-46febb9a2b64a87c30d4fbbf743ef8f78069db24.tar.bz2
BUG: Revert the change 1.152
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 81a2c62..3f5be33 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -1674,11 +1674,6 @@ cmLocalUnixMakefileGenerator3
{
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