summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2002-01-15 22:21:54 (GMT)
committerBerk Geveci <berk.geveci@kitware.com>2002-01-15 22:21:54 (GMT)
commit67a5a82586c9ed79a428179da2f54d626985a829 (patch)
tree7fdc0e24ff30e192f35fad00b0149249eed73797 /Source/cmUnixMakefileGenerator.cxx
parent36912daadd7370f0d1985ad3046127b083aebd3d (diff)
downloadCMake-67a5a82586c9ed79a428179da2f54d626985a829.zip
CMake-67a5a82586c9ed79a428179da2f54d626985a829.tar.gz
CMake-67a5a82586c9ed79a428179da2f54d626985a829.tar.bz2
Improved performance by removing implicit rules.
Diffstat (limited to 'Source/cmUnixMakefileGenerator.cxx')
-rw-r--r--Source/cmUnixMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx
index 346973a..78f2f58 100644
--- a/Source/cmUnixMakefileGenerator.cxx
+++ b/Source/cmUnixMakefileGenerator.cxx
@@ -231,6 +231,7 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
fout << "\n\n";
fout << "# Suppresses display of executed commands\n";
fout << ".SILENT:\n";
+ fout << ".SUFFIXES:\n";
// create a make variable with all of the sources for this Makefile
// for depend purposes.
fout << "CMAKE_MAKEFILE_SOURCES = ";