From c699c956d75dfaaded5bb24c5ea16edc73588649 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Mar 2015 16:14:10 +0200 Subject: Rework dependency state dump support We now have a combined (scopes, variables, and targets) dump. --- build/spec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/spec.cxx') 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 != ".") { -- cgit v1.1