* [patch 1/1] Uml: fix makefile typo [before 2.6.11]
@ 2005-02-10 16:40 blaisorblade
0 siblings, 0 replies; only message in thread
From: blaisorblade @ 2005-02-10 16:40 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, jdike, user-mode-linux-devel, blaisorblade
From: Jeff Dike <jdike@addtoit.com>
Fix a typo in the Makefile cleanup merged earlier, which causes compile
failures in some edge cases.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---
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
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-10 16:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-10 16:40 [patch 1/1] Uml: fix makefile typo [before 2.6.11] blaisorblade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®