From: Jeff Dike <[EMAIL PROTECTED]>
Fix a typo in the Makefile cleanup merged earlier, which causes compile
failures in some edge cases.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
---
linux-2.6.11-paolo/arch/um/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -puN arch/um/Makefile~uml-fix-mode-makefile arch/um/Makefile
--- linux-2.6.11/arch/um/Makefile~uml-fix-mode-makefile 2005-02-10
17:38:46.273481568 +0100
+++ linux-2.6.11-paolo/arch/um/Makefile 2005-02-10 17:38:46.276481112 +0100
@@ -39,8 +39,8 @@ MODE_INCLUDE += $(foreach mode,$(um-mode
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
_
-
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/