BUG: fix for bootstrap problem

This commit is contained in:
Ken Martin
2005-07-06 16:16:12 -04:00
parent c4db8aba73
commit ababb68820
3 changed files with 11 additions and 11 deletions

View File

@@ -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);