summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-07-06 20:16:12 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-07-06 20:16:12 (GMT)
commitababb688200540ee1adee42124de3affd51a5475 (patch)
tree1a58b99dd99a6505e9997ae9b05e4b6f5ebaafa4 /Source/cmLocalUnixMakefileGenerator3.h
parentc4db8aba73623610c3ea61e82b96b0e93e5e5859 (diff)
downloadCMake-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.h2
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);