commit | 15618a817181d236680072c761ff405088fc420d | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <hamaji@google.com> | Wed Apr 06 14:12:57 2016 +0900 |
committer | Shinichiro Hamaji <hamaji@google.com> | Wed Apr 06 16:05:37 2016 +0900 |
tree | d787fc1171156d5a8406490fa6b0dd3cd0f18de4 | |
parent | 7869b293e4e37a723f4b1aea1d122db8b096a74b [diff] |
Replace $(findstring) by $(filter) Previously, unnecessary build targets were created because $(findstring) matched with unintended names. For example, $(findstring AttrImpl) returns non-empty even for AttrParsedAttrImpl.inc. Also add Options.inc explicitly to TBLGEN_TABLES. This won't be pulled by CC1Options.inc anymore. Change-Id: I344400e49570a1eb61e6125f775dff9530cfecc0