From 6ecaa7e76c91a2842bcc63626a908bb2340b77b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Jun 2015 09:24:12 +0200 Subject: Remove prerequisite rewriting for c/cxx chaining --- build/target | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/target') diff --git a/build/target b/build/target index 54b9daf..8eb7813 100644 --- a/build/target +++ b/build/target @@ -404,8 +404,7 @@ namespace build const std::string* ext, tracer& trace) const { - const std::string* e (ext); - return find (target_key {&type, &dir, &name, &e}, trace); + return find (target_key {&type, &dir, &name, &ext}, trace); } // As above but ignore the extension and return the target or -- cgit v1.1