From fdb050b4b1b966683ff00dd14b268fe395492358 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Feb 2015 08:27:04 +0200 Subject: Use prefix_map for scopes, establish root scope --- build/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/target.cxx') diff --git a/build/target.cxx b/build/target.cxx index 235ceef..bb578c1 100644 --- a/build/target.cxx +++ b/build/target.cxx @@ -33,7 +33,7 @@ namespace build { os << s; - if (!t.name.empty ()) + if (!t.name.empty () && s.back () != path::traits::directory_separator) os << path::traits::directory_separator; } } -- cgit v1.1