diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-17 06:26:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-17 06:26:51 +0000 |
commit | 757ed50841ad74d50c1ab416cfb8d550506eaf5b (patch) | |
tree | fcc75eabbaf4d23de8aa9b006cf91eb85259515c | |
parent | 4b0bb9e0fd9ec06e9e61b1a1527ace99ea9fe571 (diff) | |
download | busybox-w32-757ed50841ad74d50c1ab416cfb8d550506eaf5b.tar.gz busybox-w32-757ed50841ad74d50c1ab416cfb8d550506eaf5b.tar.bz2 busybox-w32-757ed50841ad74d50c1ab416cfb8d550506eaf5b.zip |
fix typo as pointed out by src.obsolete.funcs
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -481,7 +481,7 @@ endif | |||
481 | # The all: target is the default when no target is given on the | 481 | # The all: target is the default when no target is given on the |
482 | # command line. | 482 | # command line. |
483 | # This allow a user to issue only 'make' to build a kernel including modules | 483 | # This allow a user to issue only 'make' to build a kernel including modules |
484 | # Defaults busybox but it is usually overriden in the arch makefile | 484 | # Defaults busybox but it is usually overridden in the arch makefile |
485 | all: busybox | 485 | all: busybox |
486 | 486 | ||
487 | -include $(srctree)/arch/$(ARCH)/Makefile | 487 | -include $(srctree)/arch/$(ARCH)/Makefile |