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 f4f604e..cf6006a 100644 --- a/editors/Makefile.in +++ b/editors/Makefile.in @@ -24,6 +24,7 @@ endif EDITOR-y:= EDITOR-$(CONFIG_AWK) += awk.o +EDITOR-$(CONFIG_PATCH) += patch.o EDITOR-$(CONFIG_SED) += sed.o EDITOR-$(CONFIG_VI) += vi.o EDITOR_SRC:= $(EDITOR-y) |