From 3cf3b73ffc6881d5428a735736a347f6e143b366 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 29 Feb 2016 10:57:40 +0200 Subject: Implement auxiliary dependency database (.d files), use in cxx.compile This is part of the "High Fidelity Build" work. --- build2/test/rule.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2/test') diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx index c7de054..403499f 100644 --- a/build2/test/rule.cxx +++ b/build2/test/rule.cxx @@ -11,8 +11,6 @@ #include #include -#include // add_options() - using namespace std; using namespace butl; @@ -300,7 +298,7 @@ namespace build2 } if (l) - config::append_options (args, as (*l)); + append_options (args, as (*l)); } // The format of args shall be: -- cgit v1.1