aboutsummaryrefslogtreecommitdiff
path: root/build/spec.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-03-27 16:14:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-03-27 16:14:10 +0200
commitc699c956d75dfaaded5bb24c5ea16edc73588649 (patch)
tree168245560a535714c841ded6640b69b22bf7b08d /build/spec.cxx
parent9c02d307d69faa6e3c7056d8e07f16c75c189f92 (diff)
Rework dependency state dump support
We now have a combined (scopes, variables, and targets) dump.
Diffstat (limited to 'build/spec.cxx')
-rw-r--r--build/spec.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/spec.cxx b/build/spec.cxx
index d68154f..a1f6283 100644
--- a/build/spec.cxx
+++ b/build/spec.cxx
@@ -17,7 +17,7 @@ namespace build
{
if (!s.src_base.empty ())
{
- string d (diag_relative_work (s.src_base));
+ string d (diag_relative (s.src_base));
if (d != ".")
{