diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-11 14:29:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-11 14:29:51 (GMT) |
commit | ea4a3d5e7b1758548577e868c6840bdcbf320f69 (patch) | |
tree | 054cfdc942b3727cc5e3aa1f11cc3914dd4555b2 /Source/cmUnixMakefileGenerator.h | |
parent | 4988ad93c06d62186025b8061e01b06aa9c201f4 (diff) | |
download | CMake-ea4a3d5e7b1758548577e868c6840bdcbf320f69.zip CMake-ea4a3d5e7b1758548577e868c6840bdcbf320f69.tar.gz CMake-ea4a3d5e7b1758548577e868c6840bdcbf320f69.tar.bz2 |
ENH: clean up utility rule generation
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmUnixMakefileGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h index 4a7016f..03875e7 100644 --- a/Source/cmUnixMakefileGenerator.h +++ b/Source/cmUnixMakefileGenerator.h @@ -98,6 +98,8 @@ protected: const cmTarget &); virtual void OutputExecutableRule(std::ostream&, const char* name, const cmTarget &); + virtual void OutputUtilityRule(std::ostream&, const char* name, + const cmTarget &); virtual void OutputTargets(std::ostream&); virtual void OutputSubDirectoryRules(std::ostream&); |