From a863c59f70a7556c010990a362e4d13792670148 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 13 Jun 2015 19:18:28 +0200 Subject: cmMakefile: Use GetExecutionFileStack method. --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 72aa74c..a1b1a94 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -308,7 +308,7 @@ cmListFileContext cmMakefile::GetExecutionContext() const void cmMakefile::PrintCommandTrace(const cmListFileFunction& lff) const { std::ostringstream msg; - msg << lff.FilePath << "(" << lff.Line << "): "; + msg << this->GetExecutionFilePath() << "(" << lff.Line << "): "; msg << lff.Name << "("; for(std::vector::const_iterator i = lff.Arguments.begin(); i != lff.Arguments.end(); ++i) -- cgit v0.12