diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-21 00:05:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-21 00:05:51 +0200 |
commit | 1cc4b13917c51acce1ce0d8a2cb58ab97f3756d2 (patch) | |
tree | 974a54823fcf0c9846d29c55c6da0177a4f56796 /shell/Kbuild | |
parent | 263cff9a2f4480cd922ecff5e382e8fd804957eb (diff) | |
download | busybox-1cc4b13917c51acce1ce0d8a2cb58ab97f3756d2.tar.gz |
msh: aliased to hush
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/Kbuild')
-rw-r--r-- | shell/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/Kbuild b/shell/Kbuild index 8b693ecc3..4d4741eff 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -7,6 +7,5 @@ lib-y:= lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o lib-$(CONFIG_HUSH) += hush.o match.o -lib-$(CONFIG_MSH) += msh.o lib-$(CONFIG_CTTYHACK) += cttyhack.o lib-$(CONFIG_SH_MATH_SUPPORT) += math.o |