summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-12-10 13:55:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-12-10 13:55:15 (GMT)
commit5acab1eed1df8508814cb2cafefe9935f7f0f940 (patch)
treed65cc0e9457e1a2dd881ee0ab86add4e536fba3a /Source/cmLocalUnixMakefileGenerator.h
parentc624879fbae6d3e5e49cdf9f72af2ef852e0bd0a (diff)
downloadCMake-5acab1eed1df8508814cb2cafefe9935f7f0f940.zip
CMake-5acab1eed1df8508814cb2cafefe9935f7f0f940.tar.gz
CMake-5acab1eed1df8508814cb2cafefe9935f7f0f940.tar.bz2
BUG: roll back change for variable used in path
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h
index 4d1c875..e6ca2cf 100644
--- a/Source/cmLocalUnixMakefileGenerator.h
+++ b/Source/cmLocalUnixMakefileGenerator.h
@@ -216,9 +216,6 @@ protected:
///! for existing files convert to output path and short path if spaces
std::string ConvertToOutputForExisting(const char*);
- ///! convert the path to a makefile path
- std::string ConvertToMakefilePath(const char*);
-
/** Get the full name of the target's file, without path. */
std::string GetFullTargetName(const char* n, const cmTarget& t);