From b6dfd0e94aad546069eee7749a0b78eda45f6a78 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Sep 2022 10:56:46 +0200 Subject: Fix fsdir{} handling corner cases in ad hoc buildscript recipes/rules --- libbuild2/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/rule.cxx') diff --git a/libbuild2/rule.cxx b/libbuild2/rule.cxx index 6ede2dd..210f1ef 100644 --- a/libbuild2/rule.cxx +++ b/libbuild2/rule.cxx @@ -195,7 +195,7 @@ namespace build2 // Inject dependency on our directory (note: not parent) so that it is // automatically created on update and removed on clean. // - inject_fsdir (a, t, false); + inject_fsdir (a, t, true, false); match_prerequisites (a, t); return default_recipe; -- cgit v1.1