[EMAIL PROTECTED] said:
> the Makefiles were heavily changed, however, recently (after 2.6.10). 

There was a bug in that patch.  The fix is:

Index: 2.6.10/arch/um/Makefile
===================================================================
--- 2.6.10.orig/arch/um/Makefile        2005-02-08 12:33:23.000000000 -0500
+++ 2.6.10/arch/um/Makefile     2005-02-08 12:33:23.000000000 -0500
@@ -36,8 +36,8 @@
 MAKEFILES-INCL += $(foreach mode,$(um-modes-y),\
                   $(srctree)/$(ARCH_DIR)/Makefile-$(mode))
 
-ifneq ($(MAKEFILE-INCL),)
-  include $(MAKEFILE-INCL)
+ifneq ($(MAKEFILES-INCL),)
+  include $(MAKEFILES-INCL)
 endif
 
 ARCH_INCLUDE   := -I$(ARCH_DIR)/include

                                Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to