Now fixed for sure.

svn path=/branches/kernel-image-2.6.11/; revision=3235
This commit is contained in:
Jurij Smakov 2005-05-24 00:43:22 +00:00
parent d1d3fc34e9
commit 6733bee0d9
1 changed files with 1 additions and 1 deletions

View File

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