Improved performance by removing implicit rules.

This commit is contained in:
Berk Geveci 2002-01-15 17:21:54 -05:00
parent 36912daadd
commit 67a5a82586
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
fout << "\n\n"; fout << "\n\n";
fout << "# Suppresses display of executed commands\n"; fout << "# Suppresses display of executed commands\n";
fout << ".SILENT:\n"; fout << ".SILENT:\n";
fout << ".SUFFIXES:\n";
// create a make variable with all of the sources for this Makefile // create a make variable with all of the sources for this Makefile
// for depend purposes. // for depend purposes.
fout << "CMAKE_MAKEFILE_SOURCES = "; fout << "CMAKE_MAKEFILE_SOURCES = ";