diff options
author | Linus Nilsson <lajnold@acc.umu.se> | 2008-01-20 11:10:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-01-21 22:55:04 -0500 |
commit | d384e35a25445bb60457b7dab8cffe178c6b7ecb (patch) | |
tree | 8e5fe6a77a19a9b7a9ebca3b4c362e74e2a46b09 /Makefile | |
parent | 8b85eaadd5b8d3786996bd74c73aff54a92ec456 (diff) |
Makefile: Change typoed 'behavour' to 'behaviour'
Change two occurances of "behavour" to "behaviour".
Signed-off-by: Linus Nilsson <lajnold@acc.umu.se>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ NAME = Arr Matey! A Hairy Bilge Rat! | |||
12 | 12 | ||
13 | # Do not: | 13 | # Do not: |
14 | # o use make's built-in rules and variables | 14 | # o use make's built-in rules and variables |
15 | # (this increases performance and avoid hard-to-debug behavour); | 15 | # (this increases performance and avoids hard-to-debug behaviour); |
16 | # o print "Entering directory ..."; | 16 | # o print "Entering directory ..."; |
17 | MAKEFLAGS += -rR --no-print-directory | 17 | MAKEFLAGS += -rR --no-print-directory |
18 | 18 | ||
@@ -1329,7 +1329,7 @@ else | |||
1329 | ALLINCLUDE_ARCHS := $(SRCARCH) | 1329 | ALLINCLUDE_ARCHS := $(SRCARCH) |
1330 | endif | 1330 | endif |
1331 | else | 1331 | else |
1332 | #Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behavour. | 1332 | #Allow user to specify only ALLSOURCE_PATHS on the command line, keeping existing behaviour. |
1333 | ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) | 1333 | ALLINCLUDE_ARCHS := $(ALLSOURCE_ARCHS) |
1334 | endif | 1334 | endif |
1335 | 1335 | ||