From c865883666028da1982b082a0754cc4a261afd27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Jul 2016 17:07:27 +0200 Subject: Add dependency on fsdir{} in alias rules This makes sure that a directory with only dir{} target gets cleaned up. --- build2/cli/rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cli') diff --git a/build2/cli/rule.cxx b/build2/cli/rule.cxx index 139abc6..26c17cd 100644 --- a/build2/cli/rule.cxx +++ b/build2/cli/rule.cxx @@ -184,7 +184,7 @@ namespace build2 // Inject dependency on the output directory. // - inject_parent_fsdir (a, t); + inject_fsdir (a, t); // Search and match prerequisite members. // -- cgit v1.1