diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 17:41:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 17:41:19 (GMT) |
commit | 47ae31d3074aa912708026cc9295d30bda720028 (patch) | |
tree | 977e9971d2c0cea1a296117058d36e30ccd10597 /Source/cmUnixMakefileGenerator.cxx | |
parent | daf890359ce754b430226c2a5ceebb73eb69f44e (diff) | |
download | CMake-47ae31d3074aa912708026cc9295d30bda720028.zip CMake-47ae31d3074aa912708026cc9295d30bda720028.tar.gz CMake-47ae31d3074aa912708026cc9295d30bda720028.tar.bz2 |
remove suffix rules
Diffstat (limited to 'Source/cmUnixMakefileGenerator.cxx')
-rw-r--r-- | Source/cmUnixMakefileGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index f41973b..bda835b 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 = " << |