From ea6a84cc646e9ac01ead3ebb0f0b829b587262f0 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 6 Aug 2003 10:15:48 -0400 Subject: ENH: Fix install problem --- Source/cmLocalUnixMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index a171687..0212fcc 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -2225,7 +2225,7 @@ void cmLocalUnixMakefileGenerator::OutputInstallRules(std::ostream& fout) // first make the directories for each target fout << "\t@if [ ! -d \"$(DESTDIR)" << prefix << l->second.GetInstallPath() << "\" ] ; then \\\n"; - fout << "\t @echo \"Making directory \\\"$(DESTDIR)" << prefix + fout << "\t echo \"Making directory \\\"$(DESTDIR)" << prefix << l->second.GetInstallPath() << "\\\" \"; \\\n"; fout << "\t mkdir -p \"$(DESTDIR)" << prefix << l->second.GetInstallPath() << "\"; \\\n"; -- cgit v0.12