diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-24 14:26:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-03-24 14:26:38 (GMT) |
commit | a24ff4e453701b927959555ce7dab895870e6ae8 (patch) | |
tree | 4e30efdf26d5e5f8807d5a1e235938b0041fb28b /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 962a69acd4a0ad901826a2bfa0d97eeb764d71f0 (diff) | |
download | CMake-a24ff4e453701b927959555ce7dab895870e6ae8.zip CMake-a24ff4e453701b927959555ce7dab895870e6ae8.tar.gz CMake-a24ff4e453701b927959555ce7dab895870e6ae8.tar.bz2 |
ENH: add PHONY targets
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 0871bc9..e2512c9 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -967,7 +967,7 @@ void cmGlobalUnixMakefileGenerator3::WriteHelpRule } } lg->WriteMakeRule(ruleFileStream, "Help Target", - "help:", + "help", no_depends, commands, true); ruleFileStream << "\n\n"; } |