aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-15 14:50:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-15 19:21:32 +0200
commita818bc13a6a65916aeb68e4e3cdce290f8a3e2a4 (patch)
tree1f94ea03c6e3371645f70b0ff720df09833c98f1 /build2/cc/compile.hxx
parentea2f77171f5ee3b704e4acdf925c989c070c563f (diff)
Add support for writing dependency info to temp file instead of stdout
Diffstat (limited to 'build2/cc/compile.hxx')
-rw-r--r--build2/cc/compile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx
index 47b966e..27a5ce7 100644
--- a/build2/cc/compile.hxx
+++ b/build2/cc/compile.hxx
@@ -83,7 +83,7 @@ namespace build2
// Header dependency injection. Return true if any were updated.
//
bool
- inject (action, target&, lorder, const file&, depdb&) const;
+ inject (action, file&, lorder, const file&, depdb&) const;
private:
const string rule_id;