patch-2.1.15 linux/arch/alpha/lib/Makefile

Next file: linux/arch/i386/config.in
Previous file: linux/README
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.14/linux/arch/alpha/lib/Makefile linux/arch/alpha/lib/Makefile
@@ -8,10 +8,10 @@
 	strchr.o strrchr.o \
 	copy_user.o clear_user.o strncpy_from_user.o strlen_user.o
 
-ifeq($(CONFIG_IPV6),y)
+ifeq ($(CONFIG_IPV6),y)
   OBJS += csum_ipv6_magic.o
 else
-  ifeq($(CONFIG_IPV6),m)
+  ifeq ($(CONFIG_IPV6),m)
     OBJS += csum_ipv6_magic.o
   endif
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov