commit | b18ecbc93f1df32c78f173f0c704ba4d7b873d43 | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Fri Jun 19 14:20:34 2009 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Fri Jun 19 14:20:34 2009 +0000 |
tree | 579f05d4df99a05348755e31f5759d3bf065bec4 | |
parent | 2eeff4ebb94058b8d20669f775b952d3c2522018 [diff] |
Prevent spurious runs of make features introduced by the FT2232 patch The new makefile structure uses indirection (.features->features) to work around a gmake bug which resulted in immediate premature evaluation of variable definitions with deferred evaluation. Corresponding to flashrom svn r611. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>