mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 20:11:10 -05:00
BUG: Fix make depend target in subdirectory Makefile interface.
This commit is contained in:
@@ -1650,6 +1650,9 @@ void cmLocalUnixMakefileGenerator3
|
||||
cmLocalGenerator::SHELL);
|
||||
runRule += " 1";
|
||||
commands.push_back(runRule);
|
||||
this->CreateCDCommand(commands,
|
||||
this->Makefile->GetHomeOutputDirectory(),
|
||||
this->Makefile->GetStartOutputDirectory());
|
||||
this->WriteMakeRule(ruleFileStream, "clear depends",
|
||||
"depend",
|
||||
depends, commands, true);
|
||||
|
||||
Reference in New Issue
Block a user