get rid of the last symlink in uml build
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 5 Jan 2009 17:18:42 +0000 (17:18 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jan 2009 01:41:45 +0000 (17:41 -0800)
commit22409f9c80d0a742ff98d1cfe1bf60fce1927be1
treef95de35847d30855c20db415ac3010ea096e5772
parentfe0bdec68b77020281dc814805edfe594ae89e0f
get rid of the last symlink in uml build

We need to make asm-offsets.h contents visible for objects built
with userland headers.  Instead of creating a symlink, just have the
file with equivalent include (relative to location of header) created
once.  That kills the last symlink used in arch/um builds.

Additionally, both generated headers can become dependencies of
archprepare now, killing the misuse of prepare.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/Makefile