diff options
Diffstat (limited to 'Source/cmMakefileTargetGenerator.cxx')
-rw-r--r-- | Source/cmMakefileTargetGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.cxx b/Source/cmMakefileTargetGenerator.cxx index c5c5490..766e9f9 100644 --- a/Source/cmMakefileTargetGenerator.cxx +++ b/Source/cmMakefileTargetGenerator.cxx @@ -2249,6 +2249,7 @@ void cmMakefileTargetGenerator::CreateObjectLists( std::string responseFileName = (responseMode == Link) ? "objects" : "deviceObjects"; responseFileName += std::to_string(i + 1); + responseFileName += ".rsp"; // Create this response file. std::string objects_rsp = this->CreateResponseFile( |