[cmake-commits] king committed cmLocalUnixMakefileGenerator3.cxx
1.223 1.224
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Dec 19 17:54:26 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv16157/Source
Modified Files:
cmLocalUnixMakefileGenerator3.cxx
Log Message:
BUG: Fix make depend target in subdirectory Makefile interface.
Index: cmLocalUnixMakefileGenerator3.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalUnixMakefileGenerator3.cxx,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- cmLocalUnixMakefileGenerator3.cxx 19 Dec 2007 22:15:41 -0000 1.223
+++ cmLocalUnixMakefileGenerator3.cxx 19 Dec 2007 22:54:24 -0000 1.224
@@ -1650,6 +1650,9 @@
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);
More information about the Cmake-commits
mailing list