summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-04-11 10:04:55 -0400
committerBrad King <brad.king@kitware.com>2006-04-11 10:04:55 -0400
commitb613cf0be806cc1d37d2b590f1a5ba7898236ae8 (patch)
treec7c11c9d32461ec55b36bab81406231485262eec
parent47d9021b667f3024087e235f38e9b5ff9a9be876 (diff)
downloadcmake-b613cf0be806cc1d37d2b590f1a5ba7898236ae8.tar.gz
BUG: Fixed typo in new cmake-rerun code.
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 1b80959548..189bce6f7c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -534,7 +534,7 @@ public:
const std::vector<std::string>& GetOutputFiles() const
{ return this->OutputFiles; }
void AddCMakeOutputFile(const char* file)
- { this->ListFiles.push_back(file);}
+ { this->OutputFiles.push_back(file);}
/**
* Expand all defined variables in the string.