commit | bc6c262122a957a9a0baab4f4ab54814b42b3d3e | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Sep 28 07:45:13 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Sep 28 09:29:34 2017 -0700 |
tree | 70c69495bab95fe6689616037c882eeb71816af2 | |
parent | fc273c0b2339e55fb7db0dd0194cb77264d1782f [diff] |
build: Makefile.gen: reorder make rules to deal with greedy rule match Some versions of make seem to more greedy about how they match $(notdir %).inc vs $(notdir %).gz.inc. If we put the gz.inc rule first that seems to deal with the issue. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>