From 46febb9a2b64a87c30d4fbbf743ef8f78069db24 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 6 Jul 2006 11:35:45 -0400 Subject: BUG: Revert the change 1.152 --- Source/cmLocalUnixMakefileGenerator3.cxx | 5 ----- 1 file changed, 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 -- cgit v0.12