diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-15 12:52:24 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-15 12:52:24 (GMT) |
commit | a4ca3229ff87bffb5e5fa0531f4499b53b005c70 (patch) | |
tree | 12e44b821a3b07111a3e01f5d8a15a8ed8a2401f /Source/cmMakefile.cxx | |
parent | b67f7451fdc3f148ce2e78cc62aa7e42e69224fd (diff) | |
download | CMake-a4ca3229ff87bffb5e5fa0531f4499b53b005c70.zip CMake-a4ca3229ff87bffb5e5fa0531f4499b53b005c70.tar.gz CMake-a4ca3229ff87bffb5e5fa0531f4499b53b005c70.tar.bz2 |
renamed GenerateMakefile to ConfigureFinalPass
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index e41551a..fb4e06a 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -373,7 +373,7 @@ void cmMakefile::FinalPass() } // Generate the output file -void cmMakefile::GenerateMakefile() +void cmMakefile::ConfigureFinalPass() { this->FinalPass(); const char* versionValue |