aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/parser.cxx b/build2/parser.cxx
index c48159a..e3f0c70 100644
--- a/build2/parser.cxx
+++ b/build2/parser.cxx
@@ -3549,7 +3549,7 @@ namespace build2
dir_path (), // Out tree target.
string (),
nullopt,
- trace) != targets.end ())
+ trace) != nullptr)
return;
target& dt (*default_target_);