summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 15:31:03 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 15:31:03 (GMT)
commit4089c768900c10d55b9b58c5bca7242db18ed664 (patch)
tree5f4b233b5cfe48b74bd54f10c5598182ffc8b525 /Source/cmMakefileTargetGenerator.cxx
parent00b4eeededcebf2e5779d3a47fca1de130c22c63 (diff)
downloadCMake-4089c768900c10d55b9b58c5bca7242db18ed664.zip
CMake-4089c768900c10d55b9b58c5bca7242db18ed664.tar.gz
CMake-4089c768900c10d55b9b58c5bca7242db18ed664.tar.bz2
BUG: Some calls to Convert() were converting for MAKEFILE but then passing the output to the build shell. The calls have now been converted to call Convert() with SHELL.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx
index 125f348..50f9e12 100644
--- a/Source/cmMakefileTargetGenerator.cxx
+++ b/Source/cmMakefileTargetGenerator.cxx
@@ -480,7 +480,7 @@ cmMakefileTargetGenerator
}
targetOutPathPDB =
this->Convert(targetFullPathPDB.c_str(),cmLocalGenerator::FULL,
- cmLocalGenerator::MAKEFILE);
+ cmLocalGenerator::SHELL);
}
cmLocalGenerator::RuleVariables vars;
vars.Language = lang;