diff options
author | Brad King <brad.king@kitware.com> | 2006-09-08 14:42:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-08 14:42:14 (GMT) |
commit | 76f6ea80117c8cd4d2832d6fd86f5e88039cb8f6 (patch) | |
tree | 732d991bf822c931ece70ba46e3888519949f4a7 /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | cff915cb8e5dbac01bd94964c2b9f1df6fb84a71 (diff) | |
download | CMake-76f6ea80117c8cd4d2832d6fd86f5e88039cb8f6.zip CMake-76f6ea80117c8cd4d2832d6fd86f5e88039cb8f6.tar.gz CMake-76f6ea80117c8cd4d2832d6fd86f5e88039cb8f6.tar.bz2 |
BUG: Fixed ordering of code generated in Makefile and build.make files to make sure .SUFFIXES rule comes as early as possible. Also cleaned up documentation in generated files.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index d955183..e75c7f4 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -215,8 +215,6 @@ void cmGlobalUnixMakefileGenerator3::WriteMainMakefile2() "The main recursive preinstall target", "preinstall", depends, no_commands, true); - lg->WriteMakeVariables(makefileStream); - // Write out the "special" stuff lg->WriteSpecialTargetsTop(makefileStream); |