aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-17 06:26:51 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-17 06:26:51 +0000
commit73ce70caee718bb10ef4d4b965203e0678bb5f99 (patch)
treefcc75eabbaf4d23de8aa9b006cf91eb85259515c
parent4f81ff1ca575ee292ff774be3ee51257f0b9f5a8 (diff)
downloadbusybox-w32-73ce70caee718bb10ef4d4b965203e0678bb5f99.tar.gz
busybox-w32-73ce70caee718bb10ef4d4b965203e0678bb5f99.tar.bz2
busybox-w32-73ce70caee718bb10ef4d4b965203e0678bb5f99.zip
fix typo as pointed out by src.obsolete.funcs
git-svn-id: svn://busybox.net/trunk/busybox@18130 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71ebf8f4a..5bbd872ea 100644
--- a/Makefile
+++ b/Makefile
@@ -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
485all: busybox 485all: busybox
486 486
487-include $(srctree)/arch/$(ARCH)/Makefile 487-include $(srctree)/arch/$(ARCH)/Makefile