diff options
Diffstat (limited to 'editors/Makefile.in')
-rw-r--r-- | editors/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile.in b/editors/Makefile.in index f4f604e6a..cf6006a2c 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in | |||
@@ -24,6 +24,7 @@ endif | |||
24 | 24 | ||
25 | EDITOR-y:= | 25 | EDITOR-y:= |
26 | EDITOR-$(CONFIG_AWK) += awk.o | 26 | EDITOR-$(CONFIG_AWK) += awk.o |
27 | EDITOR-$(CONFIG_PATCH) += patch.o | ||
27 | EDITOR-$(CONFIG_SED) += sed.o | 28 | EDITOR-$(CONFIG_SED) += sed.o |
28 | EDITOR-$(CONFIG_VI) += vi.o | 29 | EDITOR-$(CONFIG_VI) += vi.o |
29 | EDITOR_SRC:= $(EDITOR-y) | 30 | EDITOR_SRC:= $(EDITOR-y) |