diff options
author | Adam Lackorzynski <adam@os.inf.tu-dresden.de> | 2009-06-14 16:38:59 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-06-14 16:38:59 -0400 |
commit | 2185a5ecd98d2cebc6a29b07b1ea4f7334c2ccc3 (patch) | |
tree | 3654b233631aec09bd5d8c1648cf036854004f30 /Documentation/Changes | |
parent | d067aa741589a9783cc43315119e0f431b4e382c (diff) |
documentation: make version fix
The Makefiles in the build directories use the internal make variable
MAKEFILE_LIST which is available from make 3.80 only. (The patch would be
valid back to 2.6.25)
Signed-off-by: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/Changes')
-rw-r--r-- | Documentation/Changes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index b95082be4d5e..112e7657943e 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -29,7 +29,7 @@ hardware, for example, you probably needn't concern yourself with | |||
29 | isdn4k-utils. | 29 | isdn4k-utils. |
30 | 30 | ||
31 | o Gnu C 3.2 # gcc --version | 31 | o Gnu C 3.2 # gcc --version |
32 | o Gnu make 3.79.1 # make --version | 32 | o Gnu make 3.80 # make --version |
33 | o binutils 2.12 # ld -v | 33 | o binutils 2.12 # ld -v |
34 | o util-linux 2.10o # fdformat --version | 34 | o util-linux 2.10o # fdformat --version |
35 | o module-init-tools 0.9.10 # depmod -V | 35 | o module-init-tools 0.9.10 # depmod -V |
@@ -61,7 +61,7 @@ computer. | |||
61 | Make | 61 | Make |
62 | ---- | 62 | ---- |
63 | 63 | ||
64 | You will need Gnu make 3.79.1 or later to build the kernel. | 64 | You will need Gnu make 3.80 or later to build the kernel. |
65 | 65 | ||
66 | Binutils | 66 | Binutils |
67 | -------- | 67 | -------- |