summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-29 20:13:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-29 20:13:01 (GMT)
commit07bd2d8264b84d46a118d38df44720fc85ff2c6b (patch)
treea2d61fc6ca1818fd7f7696abc82f28411bea8d89 /Source/cmMakefile.cxx
parentbdd4f8a2165f199575e86d2497e3b305a0bf24cb (diff)
downloadCMake-07bd2d8264b84d46a118d38df44720fc85ff2c6b.zip
CMake-07bd2d8264b84d46a118d38df44720fc85ff2c6b.tar.gz
CMake-07bd2d8264b84d46a118d38df44720fc85ff2c6b.tar.bz2
ERR: Fix GetModulesFile
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index ecdd3b0..25be6cd 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2198,6 +2198,7 @@ std::string cmMakefile::GetModulesFile(const char* filename)
{
std::string itempl = *i;
cmSystemTools::ConvertToUnixSlashes(itempl);
+ itempl += "/";
itempl += filename;
if(cmSystemTools::FileExists(itempl.c_str()))
{