r3235 - branches/kernel-image-2.6.11
   
    Jurij Smakov
     
    jurij-guest@costa.debian.org
       
    Tue, 24 May 2005 00:43:22 +0000
    
    
  
Author: jurij-guest
Date: 2005-05-24 00:43:22 +0000 (Tue, 24 May 2005)
New Revision: 3235
Modified:
   branches/kernel-image-2.6.11/Makefile
Log:
Now fixed for sure.
Modified: branches/kernel-image-2.6.11/Makefile
===================================================================
--- branches/kernel-image-2.6.11/Makefile	2005-05-24 00:37:32 UTC (rev 3234)
+++ branches/kernel-image-2.6.11/Makefile	2005-05-24 00:43:22 UTC (rev 3235)
@@ -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 "$$(pwd)/$${src}" "$${dst}";				\
 	fi	
 	touch build-stamp-$(subarch)-$*
 #