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
_


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to