diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-04-07 06:03:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-04-07 06:03:22 +0000 |
commit | a4f331d3c3ea5b358613992a48556cc9cbfdf139 (patch) | |
tree | 316143ec21a1efd2eb7e135121134c0b8b86221e /shell/Kbuild | |
parent | 6c9be7f4518bf5594f5b9aaf981ed5dcc4a6939c (diff) | |
download | busybox-a4f331d3c3ea5b358613992a48556cc9cbfdf139.tar.gz |
implement support for parameter substitution via #/% operators
Diffstat (limited to 'shell/Kbuild')
-rw-r--r-- | shell/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Kbuild b/shell/Kbuild index 2b461b3bd..8b693ecc3 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -6,7 +6,7 @@ lib-y:= lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o -lib-$(CONFIG_HUSH) += hush.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 |