diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-06-22 15:32:41 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-06-22 15:32:41 +0000 |
commit | 655d814d753535f04f42b268b76455a46e98102d (patch) | |
tree | da9ec9f8e8d88c3dd37da027df6c219a5f947b2c /editors/Makefile.in | |
parent | a0b3705fa12280f29cde2b4c8d272b703735715f (diff) | |
download | busybox-w32-655d814d753535f04f42b268b76455a46e98102d.tar.gz busybox-w32-655d814d753535f04f42b268b76455a46e98102d.tar.bz2 busybox-w32-655d814d753535f04f42b268b76455a46e98102d.zip |
New applet: patch, applies a unified diff
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) |