diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-07-06 20:16:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-07-06 20:16:12 (GMT) |
commit | ababb688200540ee1adee42124de3affd51a5475 (patch) | |
tree | 1a58b99dd99a6505e9997ae9b05e4b6f5ebaafa4 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | c4db8aba73623610c3ea61e82b96b0e93e5e5859 (diff) | |
download | CMake-ababb688200540ee1adee42124de3affd51a5475.zip CMake-ababb688200540ee1adee42124de3affd51a5475.tar.gz CMake-ababb688200540ee1adee42124de3affd51a5475.tar.bz2 |
BUG: fix for bootstrap problem
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 8ba857d..df27dad 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -64,7 +64,7 @@ public: const std::vector<std::string>& commands); // write the main variables used by the makefiles - void WriteMakeVariables(std::ostream& makefileStream); + void WriteMakeVariables(std::ostream& makefileStream, RelativeRoot root); // write a comment line #====... in the stream void WriteDivider(std::ostream& os); |