Another minor tweak.

svn path=/branches/kernel-image-2.6.11/; revision=3233
This commit is contained in:
Jurij Smakov 2005-05-23 23:36:39 +00:00
parent 0d159b968d
commit 48466d2b0e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ build-stamp-$(subarch)-%: build-$(subarch)-%
arch="$${arch#asm-}"; \
src="arch/$${arch}/kernel/asm-offsets.s"; \
dst="../$(kdir)/$${src}"; \
if [ -f "$${src}" ] && [ ! -L "$${dst}" ]; then \
if [ -f "$${src}" ] && [ ! -e "$${dst}" ]; then \
ln -s "$${src}" "$${dst}"; \
fi
touch build-stamp-$(subarch)-$*