Patch from Mike Castle to cleanup some modutils issues, in
[oweals/busybox.git] / editors / Makefile.in
index f4f604e6a6a78765815654299efa86acdad1ab75..017f30934acc014574dacca7c58ba2f5bf81697d 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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)