commit | d274ba2081cce6ff59f94e608a348f20ba1fe775 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 21:09:19 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 21:09:19 2006 -0800 |
tree | f6bf49142f727e9d0a8ae2bb38a89a6a4cdcf97a | |
parent | 9819d85c210f5953fffc1052060e589d633f20ed [diff] |
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>