From 47ae31d3074aa912708026cc9295d30bda720028 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 30 Nov 2001 12:41:19 -0500 Subject: [PATCH] remove suffix rules --- Source/cmUnixMakefileGenerator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index f41973b11..bda835b54 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -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 = " <<