From: Linus Torvalds Date: Wed, 11 Jan 2006 05:09:19 +0000 (-0800) Subject: x86: fix "make install" target X-Git-Tag: v2.6.16-rc1~430 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d274ba2081cce6ff59f94e608a348f20ba1fe775;p=pandora-kernel.git x86: fix "make install" target Removing the dependency on the boot image build was good, but it also meant that the $< expansion by make needed to be done explicitly. Noted by Stephen Hemminger. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed