diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-22 09:24:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-22 09:24:12 +0200 |
commit | 6ecaa7e76c91a2842bcc63626a908bb2340b77b6 (patch) | |
tree | aa0e3d8d5f9f791dfa1735ce7d8cc276a2c0baf3 /build/target | |
parent | 82ad80de9a967f253026c4874b47486c69402288 (diff) |
Remove prerequisite rewriting for c/cxx chaining
Diffstat (limited to 'build/target')
-rw-r--r-- | build/target | 3 |
1 files changed, 1 insertions, 2 deletions
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 |