summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-02-15 15:34:11 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-02-15 15:34:11 (GMT)
commit141ad7645e4c6d8841f346ecd0fb40383fa3a733 (patch)
tree9dea821e2ad164ba128490ae363c85263e8816d3 /Source/cmMakefileTargetGenerator.h
parentf2cf7e91973c6275bdca98fc106d5406e23be40d (diff)
downloadCMake-141ad7645e4c6d8841f346ecd0fb40383fa3a733.zip
CMake-141ad7645e4c6d8841f346ecd0fb40383fa3a733.tar.gz
CMake-141ad7645e4c6d8841f346ecd0fb40383fa3a733.tar.bz2
ENH: some reorg of the unix makefile generator
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index eaf8f86..143cd7c 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -144,7 +144,7 @@ protected:
return this->LocalGenerator->Convert(source, relative, output, optional);
}
- // constructor to set the ivarscmMakefileTargetGenerator
+ // constructor to set the ivars
cmMakefileTargetGenerator();
};