diff options
author | Denys Vlasenko | 2010-11-22 03:15:21 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-11-22 03:15:21 +0100 |
commit | 7c6ed78aaa6f7252212869ab576eae1559645a3e (patch) | |
tree | 5243c350f7139c1fff1baf27b240ec1c539471a7 /editors/Kbuild.src | |
parent | f9d091316ddaac7b278080f576c37b733427de8b (diff) | |
download | busybox-7c6ed78aaa6f7252212869ab576eae1559645a3e.zip busybox-7c6ed78aaa6f7252212869ab576eae1559645a3e.tar.gz |
patch: remove out-of-file build machinery
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 9812806..2f23ae1 100644 --- a/editors/Kbuild.src +++ b/editors/Kbuild.src @@ -11,6 +11,5 @@ lib-$(CONFIG_AWK) += awk.o lib-$(CONFIG_CMP) += cmp.o lib-$(CONFIG_DIFF) += diff.o lib-$(CONFIG_ED) += ed.o -lib-$(CONFIG_PATCH) += patch.o lib-$(CONFIG_SED) += sed.o lib-$(CONFIG_VI) += vi.o |