]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5aba256ea95f8ea135d0912961997e8066b2c34d
treef6bf49142f727e9d0a8ae2bb38a89a6a4cdcf97a
parentb9f6c9cba63c0f03edd812983d193708354b3d33
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 <torvalds@osdl.org>
arch/i386/boot/Makefile