summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmUnixMakefileGenerator.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx
index 94f8662..6149035 100644
--- a/Source/cmUnixMakefileGenerator.cxx
+++ b/Source/cmUnixMakefileGenerator.cxx
@@ -260,12 +260,6 @@ void cmUnixMakefileGenerator::OutputMakefile(const char* file)
}
this->OutputObjectDepends(dependout);
}
- else
- {
- std::cout << "skipping depends\n";
- }
- std::cout << "hello\n";
-
this->OutputCustomRules(fout);
this->OutputMakeRules(fout);
this->OutputInstallRules(fout);