diff options
author | Brad King <brad.king@kitware.com> | 2007-08-02 14:28:45 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-08-02 14:28:45 -0400 |
commit | 8dc897b60ccc6c3a3d017df492317ad54f4653ca (patch) | |
tree | d773eed9e9015e94b2ecf74ac6fb8aef2b1c9381 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 695424f6b7371c1980096a5b54cfaf6fdf7c9836 (diff) | |
download | cmake-8dc897b60ccc6c3a3d017df492317ad54f4653ca.tar.gz |
BUG: Removing accidental commit.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 56c499413f..512618ed64 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -165,7 +165,7 @@ protected: cmTarget &target); // does this generator need a requires step for any of its targets - bool NeedRequiresStep(cmTarget const&); + bool NeedRequiresStep(cmLocalUnixMakefileGenerator3 *lg, const char *); // Setup target names virtual const char* GetAllTargetName() { return "all"; } |