summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-10-29 17:04:28 (GMT)
committerBrad King <brad.king@kitware.com>2004-10-29 17:04:28 (GMT)
commit6b3ca003d7a5a4cd87da96b0e37e02d209e626b7 (patch)
tree089c276722f2a32041a3f0293991187ab491c178 /Source/cmLocalUnixMakefileGenerator2.h
parent37ae7d6acf410157ade39f884845117438d5946a (diff)
downloadCMake-6b3ca003d7a5a4cd87da96b0e37e02d209e626b7.zip
CMake-6b3ca003d7a5a4cd87da96b0e37e02d209e626b7.tar.gz
CMake-6b3ca003d7a5a4cd87da96b0e37e02d209e626b7.tar.bz2
ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump-and-build on Windows and UNIX.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h
index e0c45bf..af698dd 100644
--- a/Source/cmLocalUnixMakefileGenerator2.h
+++ b/Source/cmLocalUnixMakefileGenerator2.h
@@ -107,7 +107,7 @@ protected:
void AddConfigVariableFlags(std::string& flags, const char* var);
void AppendFlags(std::string& flags, const char* newFlags);
void AppendLibDepend(std::vector<std::string>& depends, const char* name);
- void AppendRecursiveMake(std::string& cmd, const char* file, const char* tgt);
+ std::string GetRecursiveMakeCall(const char* tgt);
void WriteJumpAndBuildRules(std::ostream& makefileStream);
static bool ScanDependenciesC(const char* objFile, const char* srcFile,