summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-08-03 19:44:25 (GMT)
committerBrad King <brad.king@kitware.com>2007-08-03 19:44:25 (GMT)
commitd7118006deaf15c6e1b796b33cd883dd9bfa14fb (patch)
tree49c49f865d590cb017a04b2f14846c2826810909 /Source/cmGlobalUnixMakefileGenerator3.h
parent11604e72c425a3dba689dc42b0c34fdd2a9c8ff0 (diff)
downloadCMake-d7118006deaf15c6e1b796b33cd883dd9bfa14fb.zip
CMake-d7118006deaf15c6e1b796b33cd883dd9bfa14fb.tar.gz
CMake-d7118006deaf15c6e1b796b33cd883dd9bfa14fb.tar.bz2
BUG: Target exclusion-from-all tests should always use the root local generator associated with the all target being tested.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 56c4994..0ca930f 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -145,10 +145,9 @@ public:
protected:
void WriteMainMakefile2();
void WriteMainCMakefile();
-
- void WriteConvenienceRules2(std::ostream& ruleFileStream,
- cmLocalUnixMakefileGenerator3 *,
- bool exclude);
+
+ void WriteConvenienceRules2(std::ostream& ruleFileStream,
+ cmLocalUnixMakefileGenerator3*);
void WriteDirectoryRule2(std::ostream& ruleFileStream,
cmLocalUnixMakefileGenerator3* lg,