BUG: add a fast version for preinstall

This commit is contained in:
Ken Martin 2006-05-02 13:31:56 -04:00
parent 96b52c1787
commit 4394cc80de
1 changed files with 4 additions and 0 deletions

View File

@ -1449,6 +1449,10 @@ void cmLocalUnixMakefileGenerator3
this->Makefile->GetStartOutputDirectory());
this->WriteMakeRule(ruleFileStream, "Prepare targets for installation.",
"preinstall", depends, commands, true);
commands.clear();
depends.push_back("preinstall");
this->WriteMakeRule(ruleFileStream, "Prepare targets for installation.",
"preinstall/fast", depends, commands, true);
// write the depend rule, really a recompute depends rule
depends.clear();