BUG: Looking for cmMakeFileGenerator.h rather than cmMakefileGenerator.h

This commit is contained in:
Dan Blezek 2001-01-05 13:49:30 -05:00
parent c54a05bfc7
commit 8b46d1e095
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "cmMakeFileGenerator.h"
#include "cmMakefileGenerator.h"
void cmMakefileGenerator::SetMakefile(cmMakefile* mf)
{