summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-10 13:35:58 +0100
committerStephen Kelly <steveire@gmail.com>2014-01-12 20:18:11 +0100
commitb4ff38a5ef8bfae4d64ecc94346dd97134edb6ae (patch)
tree9234fd86e17ee31b0219714dc9eb2d73b8a97b81 /Source/cmGlobalUnixMakefileGenerator3.h
parent8aeddf1f03962ccee675265d185b13c1551e148c (diff)
downloadcmake-b4ff38a5ef8bfae4d64ecc94346dd97134edb6ae.tar.gz
cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 00a86ebfea..9173751d16 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -161,7 +161,7 @@ protected:
const char* GetRebuildCacheTargetName() const { return "rebuild_cache"; }
const char* GetCleanTargetName() const { return "clean"; }
- virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS() { return true; }
+ virtual bool CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const { return true; }
// Some make programs (Borland) do not keep a rule if there are no
// dependencies or commands. This is a problem for creating rules