r3233 - branches/kernel-image-2.6.11

Jurij Smakov jurij-guest@costa.debian.org
Mon, 23 May 2005 23:36:39 +0000


Author: jurij-guest
Date: 2005-05-23 23:36:39 +0000 (Mon, 23 May 2005)
New Revision: 3233

Modified:
   branches/kernel-image-2.6.11/Makefile
Log:
Another minor tweak.


Modified: branches/kernel-image-2.6.11/Makefile
===================================================================
--- branches/kernel-image-2.6.11/Makefile	2005-05-23 23:32:42 UTC (rev 3232)
+++ branches/kernel-image-2.6.11/Makefile	2005-05-23 23:36:39 UTC (rev 3233)
@@ -206,7 +206,7 @@
 	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)-$*