r3234 - branches/kernel-image-2.6.11

Jurij Smakov jurij-guest@costa.debian.org
Tue, 24 May 2005 00:37:32 +0000


Author: jurij-guest
Date: 2005-05-24 00:37:32 +0000 (Tue, 24 May 2005)
New Revision: 3234

Modified:
   branches/kernel-image-2.6.11/Makefile
Log:
Third time I should get it right, finally :-)


Modified: branches/kernel-image-2.6.11/Makefile
===================================================================
--- branches/kernel-image-2.6.11/Makefile	2005-05-23 23:36:39 UTC (rev 3233)
+++ branches/kernel-image-2.6.11/Makefile	2005-05-24 00:37:32 UTC (rev 3234)
@@ -207,7 +207,7 @@
 	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)-$*
 #