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/name.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/name.cxx') diff --git a/build/name.cxx b/build/name.cxx index 46e2440..ebc7372 100644 --- a/build/name.cxx +++ b/build/name.cxx @@ -24,7 +24,7 @@ namespace build if (!n.dir.empty ()) { - string s (diag_relative_work (n.dir)); + string s (diag_relative (n.dir)); // If both type and value are empty, there will be nothing printed. // -- cgit v1.1