aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-04 20:56:43 +0000
committerRob Landley <rob@landley.net>2006-05-04 20:56:43 +0000
commit3b89039c25c8eb15435ed4f87bc8cb31c7941064 (patch)
tree0793ca73b2cbceca33e678571de77178364c5b6b /editors/Makefile.in
parent846fe0c045eedb2a2e5b3432648f4c1f04353631 (diff)
downloadbusybox-w32-3b89039c25c8eb15435ed4f87bc8cb31c7941064.tar.gz
busybox-w32-3b89039c25c8eb15435ed4f87bc8cb31c7941064.tar.bz2
busybox-w32-3b89039c25c8eb15435ed4f87bc8cb31c7941064.zip
It was sitting there, in the patches directory, for years. It was delete it
or apply it. It's small, simple, evil, part of SUSv3, and we can switch it off.
Diffstat (limited to 'editors/Makefile.in')
-rw-r--r--editors/Makefile.in5
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
11srcdir=$(top_srcdir)/editors 11srcdir=$(top_srcdir)/editors
12 12
13EDITOR-y:= 13EDITOR-y:=
14EDITOR-$(CONFIG_AWK) += awk.o 14EDITOR-$(CONFIG_AWK) += awk.o
15EDITOR-$(CONFIG_PATCH) += patch.o 15EDITOR-$(CONFIG_ED) += ed.o
16EDITOR-$(CONFIG_PATCH) += patch.o
16EDITOR-$(CONFIG_SED) += sed.o 17EDITOR-$(CONFIG_SED) += sed.o
17EDITOR-$(CONFIG_VI) += vi.o 18EDITOR-$(CONFIG_VI) += vi.o
18 19