diff options
Diffstat (limited to 'libbuild2/build')
-rw-r--r-- | libbuild2/build/script/parser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/build/script/parser.cxx b/libbuild2/build/script/parser.cxx index 16dead1..2c41ac1 100644 --- a/libbuild2/build/script/parser.cxx +++ b/libbuild2/build/script/parser.cxx @@ -966,7 +966,7 @@ namespace build2 // if (script_ != nullptr && !script_->depdb_clear && - !script_->depdb_lines.empty ()) + script_->depdb_lines.empty ()) { if (r.defined () && !r.belongs (*environment_)) { |