aboutsummaryrefslogtreecommitdiff
path: root/build/prerequisite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/prerequisite.cxx')
-rw-r--r--build/prerequisite.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/prerequisite.cxx b/build/prerequisite.cxx
index 84fb869..debafe6 100644
--- a/build/prerequisite.cxx
+++ b/build/prerequisite.cxx
@@ -28,7 +28,7 @@ namespace build
//
if (!p.dir.absolute ())
{
- string s (diagnostic_string (p.scope.path ()));
+ string s (diag_relative_work (p.scope.path ()));
if (!s.empty ())
os << s << path::traits::directory_separator << ": ";
@@ -38,7 +38,7 @@ namespace build
//
if (!p.dir.empty ())
{
- string s (diagnostic_string (p.dir));
+ string s (diag_relative_work (p.dir));
if (!s.empty ())
os << s << path::traits::directory_separator;