|
|
@@ -226,7 +226,7 @@ void cmMakefileTargetGenerator::WriteCommonCodeRules()
|
|
|
dependFileNameFull += "/depend.make";
|
|
|
*this->BuildFileStream
|
|
|
<< "# Include any dependencies generated for this target.\n"
|
|
|
- << this->LocalGenerator->IncludeDirective << " " << root
|
|
|
+ << this->GlobalGenerator->IncludeDirective << " " << root
|
|
|
<< this->Convert(dependFileNameFull,
|
|
|
cmLocalGenerator::HOME_OUTPUT,
|
|
|
cmLocalGenerator::MAKERULE)
|
|
|
@@ -237,7 +237,7 @@ void cmMakefileTargetGenerator::WriteCommonCodeRules()
|
|
|
// Include the progress variables for the target.
|
|
|
*this->BuildFileStream
|
|
|
<< "# Include the progress variables for this target.\n"
|
|
|
- << this->LocalGenerator->IncludeDirective << " " << root
|
|
|
+ << this->GlobalGenerator->IncludeDirective << " " << root
|
|
|
<< this->Convert(this->ProgressFileNameFull,
|
|
|
cmLocalGenerator::HOME_OUTPUT,
|
|
|
cmLocalGenerator::MAKERULE)
|
|
|
@@ -270,7 +270,7 @@ void cmMakefileTargetGenerator::WriteCommonCodeRules()
|
|
|
// Include the flags for the target.
|
|
|
*this->BuildFileStream
|
|
|
<< "# Include the compile flags for this target's objects.\n"
|
|
|
- << this->LocalGenerator->IncludeDirective << " " << root
|
|
|
+ << this->GlobalGenerator->IncludeDirective << " " << root
|
|
|
<< this->Convert(this->FlagFileNameFull,
|
|
|
cmLocalGenerator::HOME_OUTPUT,
|
|
|
cmLocalGenerator::MAKERULE)
|