commit | 26ddff2d8db8a9f0315783bb008f02d2e93a0d9c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Oct 18 05:30:17 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 22 01:18:41 2011 +0200 |
tree | 41aa41258653cda4ce0449a270e3a282d3e1f224 | |
parent | 4e4b21bd4e64a5cc122d317feb8e63ee846a60e4 [diff] |
build: add missing $(AR)->$(cmd_link_o_target) update Seems people fixed their files to use libfoo.o, but didn't actually update the creation targets to use $(cmd_link_o_target). Update the rest of the Makefile's found with grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Tested-by: Simon Glass <sjg@chromium.org>