From 769d0e4d297a4e3dbe7e2498334257b8db564cb3 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 18 Apr 2006 15:32:10 -0400 Subject: ENH: put global targets in the help --- Source/cmGlobalUnixMakefileGenerator3.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 4b17ded..f62b7cb 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -831,6 +831,7 @@ void cmGlobalUnixMakefileGenerator3::WriteHelpRule if((t->second.GetType() == cmTarget::EXECUTABLE) || (t->second.GetType() == cmTarget::STATIC_LIBRARY) || (t->second.GetType() == cmTarget::SHARED_LIBRARY) || + (t->second.GetType() == cmTarget::GLOBAL_TARGET) || (t->second.GetType() == cmTarget::MODULE_LIBRARY) || (t->second.GetType() == cmTarget::UTILITY)) { -- cgit v0.12