From c680bdb672c2ee69190d2021b0f7b10574ded6bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 25 Jul 2017 17:46:38 +0200 Subject: Actualize target path that came from command line --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/b.cxx b/build2/b.cxx index dbd002b..f2e45c3 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -1154,7 +1154,7 @@ main (int argc, char* argv[]) if (d.relative ()) d = work / d; - d.normalize (); + d.normalize (true); // Actualize since came from command line. // Figure out if this target is in the src tree. // -- cgit v1.1