From 3b89039c25c8eb15435ed4f87bc8cb31c7941064 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 4 May 2006 20:56:43 +0000 Subject: It was sitting there, in the patches directory, for years. It was delete it or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off. --- editors/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'editors/Makefile.in') diff --git a/editors/Makefile.in b/editors/Makefile.in index 805017dcc..9a46e32c2 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in @@ -11,8 +11,9 @@ endif srcdir=$(top_srcdir)/editors EDITOR-y:= -EDITOR-$(CONFIG_AWK) += awk.o -EDITOR-$(CONFIG_PATCH) += patch.o +EDITOR-$(CONFIG_AWK) += awk.o +EDITOR-$(CONFIG_ED) += ed.o +EDITOR-$(CONFIG_PATCH) += patch.o EDITOR-$(CONFIG_SED) += sed.o EDITOR-$(CONFIG_VI) += vi.o -- cgit v1.2.3