summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator2.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-24 17:19:20 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-24 17:19:20 (GMT)
commitb40745c925eb931d4044596018cd5079b8456ab7 (patch)
tree9a8b55787994c979cec301f688c3989ccfd26190 /Source/cmLocalUnixMakefileGenerator2.h
parenta21c0449aba62319e84c5d48d21638bc1f5d9d65 (diff)
downloadCMake-b40745c925eb931d4044596018cd5079b8456ab7.zip
CMake-b40745c925eb931d4044596018cd5079b8456ab7.tar.gz
CMake-b40745c925eb931d4044596018cd5079b8456ab7.tar.bz2
BUG: Using a better technique to produce the rule file name for a custom command when the output is not in the current directory or lower.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h
index ed83081..efa03cd 100644
--- a/Source/cmLocalUnixMakefileGenerator2.h
+++ b/Source/cmLocalUnixMakefileGenerator2.h
@@ -196,7 +196,6 @@ protected:
std::string GetSubdirTargetName(const char* pass, const char* subdir);
std::string GetObjectFileName(const cmTarget& target,
const cmSourceFile& source);
- std::string GetCustomBaseName(const cmCustomCommand& cc);
const char* GetSourceFileLanguage(const cmSourceFile& source);
std::string ConvertToFullPath(const std::string& localPath);
std::string ConvertToRelativePath(const char* p);