cmMakefile: Change condition to its equivalent.

This makes it easier to reason about follow-up commits.
This commit is contained in:
Stephen Kelly 2015-04-18 14:50:33 +02:00
parent 813cd719c4
commit 524ce89542

View File

@ -572,7 +572,7 @@ bool cmMakefile::ReadListFile(const char* filename_in,
// Now read the input file
const char *filenametoread= filename;
if( external)
if(external_in)
{
filenametoread= external;
}