Third time I should get it right, finally :-)

svn path=/branches/kernel-image-2.6.11/; revision=3234
This commit is contained in:
Jurij Smakov 2005-05-24 00:37:32 +00:00
parent 48466d2b0e
commit d1d3fc34e9
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 "../$</$${src}" "$${dst}"; \
fi
touch build-stamp-$(subarch)-$*
#