public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] small documentation fix in Documentation/kbuild/modules.txt
@ 2007-03-20 14:47 Anton Blanchard
  2007-03-23 19:09 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2007-03-20 14:47 UTC (permalink / raw)
  To: sam; +Cc: linux-kernel


The Makefile fragment in Documentation/kbuild/modules.txt looks to be 
missing some braces.

Signed-off-by: Anton Blanchard <anton@samba.org>
---

diff --git a/Documentation/kbuild/modules.txt b/Documentation/kbuild/modules.txt
index 769ee05..1d247d5 100644
--- a/Documentation/kbuild/modules.txt
+++ b/Documentation/kbuild/modules.txt
@@ -249,7 +249,7 @@ following files:
 		--> filename: Makefile
 		KERNELDIR := /lib/modules/`uname -r`/build
 		all::
-			$(MAKE) -C $KERNELDIR M=`pwd` $@
+			$(MAKE) -C $(KERNELDIR) M=`pwd` $@
 
 		# Module specific targets
 		genbin:

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] small documentation fix in Documentation/kbuild/modules.txt
  2007-03-20 14:47 [PATCH] small documentation fix in Documentation/kbuild/modules.txt Anton Blanchard
@ 2007-03-23 19:09 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2007-03-23 19:09 UTC (permalink / raw)
  To: Anton Blanchard; +Cc: linux-kernel

On Tue, Mar 20, 2007 at 09:47:47AM -0500, Anton Blanchard wrote:
> 
> The Makefile fragment in Documentation/kbuild/modules.txt looks to be 
> missing some braces.
Applied - thanks,

	Sam

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-23 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-20 14:47 [PATCH] small documentation fix in Documentation/kbuild/modules.txt Anton Blanchard
2007-03-23 19:09 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox