From 8711ce31d9917d8c5cae04453ffbb883f586def2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 28 Oct 2004 07:43:18 -0400 Subject: [PATCH] COMP: Fix for Mac specific code. --- Source/cmLocalUnixMakefileGenerator2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator2.cxx b/Source/cmLocalUnixMakefileGenerator2.cxx index 4da5c4af1..b0fdf1f0a 100644 --- a/Source/cmLocalUnixMakefileGenerator2.cxx +++ b/Source/cmLocalUnixMakefileGenerator2.cxx @@ -646,7 +646,7 @@ cmLocalUnixMakefileGenerator2 if(target.GetPropertyAsBool("MACOSX_BUNDLE")) { // Make bundle directories - targetFullPath += name; + targetFullPath += target.GetName(); targetFullPath += ".app/Contents/MacOS/"; } #endif