aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-15 13:59:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-15 19:21:32 +0200
commitea2f77171f5ee3b704e4acdf925c989c070c563f (patch)
tree4ef712a1d0b681a57d021ea4267d25ad793da228 /build2/cc/compile.hxx
parentb83949cefd98b4f077af97afc902d367fffb8c10 (diff)
Update all prerequisites before extracting header dependencies
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index bee13f2..47b966e 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -80,9 +80,9 @@ namespace build2
const target_type*
map_extension (const scope&, const string&, const string&) const;
- // Header dependency injection.
+ // Header dependency injection. Return true if any were updated.
//
- void
+ bool
inject (action, target&, lorder, const file&, depdb&) const;
private: