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)
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>

No differences found