From f200f732f4d04a26814f109be8db2b6510e7127c Mon Sep 17 00:00:00 2001 From: Sven-Göran Bergh Date: Tue, 12 Nov 2013 14:18:25 +0100 Subject: awk: optionally support -e AWK_PROG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit function old new delta awk_main 959 978 +19 Signed-off-by: Sven-Göran Bergh Signed-off-by: Denys Vlasenko --- editors/Kbuild.src | 1 - 1 file changed, 1 deletion(-) (limited to 'editors/Kbuild.src') 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 @@ lib-y:= INSERT -lib-$(CONFIG_AWK) += awk.o lib-$(CONFIG_CMP) += cmp.o lib-$(CONFIG_DIFF) += diff.o lib-$(CONFIG_ED) += ed.o -- cgit v1.2.3