x86: fix "make install" target
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Jan 2006 05:09:19 +0000 (21:09 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Jan 2006 05:09:19 +0000 (21:09 -0800)
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 <torvalds@osdl.org>

No differences found