x86: vdso_install fix
authorRoland McGrath <roland@redhat.com>
Mon, 11 Feb 2008 22:38:51 +0000 (14:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 12 Feb 2008 04:50:09 +0000 (20:50 -0800)
commit2c1582699872d38682b136b1446953ee351bc7e1
treedddb7212b201067ae89a41a2589d61976f981826
parent31f1de46b90ad360a16e7af3e277d104961df923
x86: vdso_install fix

The makefile magic for installing the 32-bit vdso images on disk had a
little error.  A single-line change would fix that bug, but this does a
little more to reduce the error-prone duplication of this bit of
makefile variable magic.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/vdso/Makefile