X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=editors%2FMakefile.in;h=9a46e32c2a04781229a2d4d1f9995f6f79f4237b;hb=5d8843e451c01d8abfe6b5be772637310e9e581e;hp=805017dcc1198ddafe2d718eee188e5f45e96d5c;hpb=df10094870c28cc0c6c5577c9aa03b8ede9cb8a6;p=oweals%2Fbusybox.git 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