diff options
Diffstat (limited to 'editors/Makefile.in')
-rw-r--r-- | editors/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/Makefile.in b/editors/Makefile.in index 805017d..9a46e32 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 |