Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb
[oweals/busybox.git] / findutils / Makefile.in
index 2deaadb056fc01dfd266b15812f7efd07ad043d4..6413a7fd1c15804ce737ec2f1583812dfa486f0c 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 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
@@ -25,7 +25,6 @@ endif
 FINDUTILS-y:=
 FINDUTILS-$(CONFIG_FIND)       += find.o
 FINDUTILS-$(CONFIG_GREP)       += grep.o
-FINDUTILS-$(CONFIG_WHICH)      += which.o
 FINDUTILS-$(CONFIG_XARGS)      += xargs.o
 
 libraries-y+=$(FINDUTILS_DIR)$(FINDUTILS_AR)