aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-25 17:46:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-25 17:46:38 +0200
commitc680bdb672c2ee69190d2021b0f7b10574ded6bd (patch)
tree637b41e1698de8c40e6bb746e594b2857343cee2
parent7380d3bef7fbfd6ed052c6ae8e253af039fadbe5 (diff)
Actualize target path that came from command line
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
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.
//