From b757f0f15d33c978e143afe44ab41d3d9d2e0e2a Mon Sep 17 00:00:00 2001 From: vda Date: Mon, 22 Jan 2007 09:03:07 +0000 Subject: cmdedit is not a 'command' editing anymore, it's just editing (generic), so rename stuff accordingly. git-svn-id: svn://busybox.net/trunk/busybox@17451 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/Kbuild | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/Kbuild') diff --git a/shell/Kbuild b/shell/Kbuild index 9c60698f7..6b58040fc 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -5,7 +5,6 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= -lib-y += cmdedit.o lib-$(CONFIG_ASH) += ash.o lib-$(CONFIG_HUSH) += hush.o lib-$(CONFIG_LASH) += lash.o -- cgit v1.2.3-55-g6feb