BUG: Fix make depend target in subdirectory Makefile interface.
This commit is contained in:
parent
73704ede42
commit
011d7db6bd
|
@ -1650,6 +1650,9 @@ void cmLocalUnixMakefileGenerator3
|
||||||
cmLocalGenerator::SHELL);
|
cmLocalGenerator::SHELL);
|
||||||
runRule += " 1";
|
runRule += " 1";
|
||||||
commands.push_back(runRule);
|
commands.push_back(runRule);
|
||||||
|
this->CreateCDCommand(commands,
|
||||||
|
this->Makefile->GetHomeOutputDirectory(),
|
||||||
|
this->Makefile->GetStartOutputDirectory());
|
||||||
this->WriteMakeRule(ruleFileStream, "clear depends",
|
this->WriteMakeRule(ruleFileStream, "clear depends",
|
||||||
"depend",
|
"depend",
|
||||||
depends, commands, true);
|
depends, commands, true);
|
||||||
|
|
Loading…
Reference in New Issue