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 805017dcc..9a46e32c2 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in | |||
@@ -11,8 +11,9 @@ endif | |||
11 | srcdir=$(top_srcdir)/editors | 11 | srcdir=$(top_srcdir)/editors |
12 | 12 | ||
13 | EDITOR-y:= | 13 | EDITOR-y:= |
14 | EDITOR-$(CONFIG_AWK) += awk.o | 14 | EDITOR-$(CONFIG_AWK) += awk.o |
15 | EDITOR-$(CONFIG_PATCH) += patch.o | 15 | EDITOR-$(CONFIG_ED) += ed.o |
16 | EDITOR-$(CONFIG_PATCH) += patch.o | ||
16 | EDITOR-$(CONFIG_SED) += sed.o | 17 | EDITOR-$(CONFIG_SED) += sed.o |
17 | EDITOR-$(CONFIG_VI) += vi.o | 18 | EDITOR-$(CONFIG_VI) += vi.o |
18 | 19 | ||