|
@@ -563,15 +563,14 @@ bool cmMakefile::ReadListFile(const char* filename_in,
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ const char *filenametoread = filename;
|
|
|
|
|
+
|
|
|
// keep track of the current file being read
|
|
// keep track of the current file being read
|
|
|
if (filename)
|
|
if (filename)
|
|
|
{
|
|
{
|
|
|
this->cmCurrentListFile = filename;
|
|
this->cmCurrentListFile = filename;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // Now read the input file
|
|
|
|
|
- const char *filenametoread= filename;
|
|
|
|
|
-
|
|
|
|
|
if(external_in)
|
|
if(external_in)
|
|
|
{
|
|
{
|
|
|
filenametoread= external;
|
|
filenametoread= external;
|