aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r--libbuild2/target.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx
index 5a352a8..2e25dd3 100644
--- a/libbuild2/target.cxx
+++ b/libbuild2/target.cxx
@@ -1424,8 +1424,7 @@ namespace build2
if (e.type () == entry_type::directory)
{
r.push_back (
- prerequisite (nullopt,
- dir::static_type,
+ prerequisite (dir::static_type,
dir_path (e.path ().representation ()), // Relative.
dir_path (), // In the out tree.
string (),