diff options
author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-11-12 14:18:25 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-11-12 14:18:25 +0100 |
commit | f200f732f4d04a26814f109be8db2b6510e7127c (patch) | |
tree | 6a25379ab278a37e65a8ee8999818247fec60376 /editors/Kbuild.src | |
parent | cd0936be361ad2566200479d66fc1e5671182b73 (diff) | |
download | busybox-w32-f200f732f4d04a26814f109be8db2b6510e7127c.tar.gz busybox-w32-f200f732f4d04a26814f109be8db2b6510e7127c.tar.bz2 busybox-w32-f200f732f4d04a26814f109be8db2b6510e7127c.zip |
awk: optionally support -e AWK_PROG
function old new delta
awk_main 959 978 +19
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/Kbuild.src')
-rw-r--r-- | editors/Kbuild.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/Kbuild.src b/editors/Kbuild.src index 8888cba12..15d7a4cac 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src | |||
@@ -7,7 +7,6 @@ | |||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | INSERT | 9 | INSERT |
10 | lib-$(CONFIG_AWK) += awk.o | ||
11 | lib-$(CONFIG_CMP) += cmp.o | 10 | lib-$(CONFIG_CMP) += cmp.o |
12 | lib-$(CONFIG_DIFF) += diff.o | 11 | lib-$(CONFIG_DIFF) += diff.o |
13 | lib-$(CONFIG_ED) += ed.o | 12 | lib-$(CONFIG_ED) += ed.o |