From 063b1a3c038ace6e1d9f8c49c04bf82dd9034828 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 21 Jul 2018 16:33:07 +0200 Subject: Install bash module prerequisites for amalgamation rather than project This is similar to what we do for shared libraries in cc::install_rule. --- build2/cc/install-rule.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/install-rule.hxx') diff --git a/build2/cc/install-rule.hxx b/build2/cc/install-rule.hxx index db098d4..25d2d08 100644 --- a/build2/cc/install-rule.hxx +++ b/build2/cc/install-rule.hxx @@ -23,7 +23,7 @@ namespace build2 // // 1. Signal to the link rule that this is update for install. // - // 2. Additional filtering of prerequisites (e.g., headers of an exe{}). + // 2. Custom filtering of prerequisites (e.g., headers of an exe{}). // // 3. Extra un/installation (e.g., libs{} symlinks). // -- cgit v1.1