FIX: forgot to close the files

This commit is contained in:
Jim Miller 2001-06-06 07:47:56 -04:00
parent 84edcba848
commit dce5c3efcc

View File

@ -464,6 +464,7 @@ void cmMakefile::GenerateTestfile()
}
fout << std::endl;
fout.close();
}
void cmMakefile::AddSource(cmSourceFile& cmfile, const char *srclist)