summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index a6de93e..9f5735c 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -150,6 +150,9 @@ public:
void AppendGlobalTargetDepends(std::vector<std::string>& depends,
const cmTarget& target);
+ void AppendEcho(std::vector<std::string>& commands,
+ const char* text);
+
protected:
// write the target rules for the local Makefile into the stream
@@ -302,8 +305,6 @@ protected:
const cmCustomCommand& cc);
void AppendCleanCommand(std::vector<std::string>& commands,
const std::vector<std::string>& files);
- void AppendEcho(std::vector<std::string>& commands,
- const char* text);
//==========================================================================
bool SamePath(const char* path1, const char* path2);