remove suffix rules

This commit is contained in:
Bill Hoffman 2001-11-30 12:41:19 -05:00
parent daf890359c
commit 47ae31d307
1 changed files with 0 additions and 2 deletions

View File

@ -1210,8 +1210,6 @@ void cmUnixMakefileGenerator::OutputMakeVariables(std::ostream& fout)
"\n"
"\n";
std::string replaceVars = variables;
fout << ".SUFFIXES: .cxx .c .cpp .m \n";
m_Makefile->ExpandVariablesInString(replaceVars);
fout << replaceVars.c_str();
fout << "CMAKE_CURRENT_SOURCE = " <<