aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-09-30 20:53:38 +0000
committerEric Andersen <andersen@codepoet.org>2002-09-30 20:53:38 +0000
commit506177df7f69e4edba8096af6cafe124245526c5 (patch)
tree9c176377d838aa7e6531e433766fcae4417bf078
parent08a72209c9b5cb74d851ef5c3db8c16eee6f657d (diff)
downloadbusybox-w32-506177df7f69e4edba8096af6cafe124245526c5.tar.gz
busybox-w32-506177df7f69e4edba8096af6cafe124245526c5.tar.bz2
busybox-w32-506177df7f69e4edba8096af6cafe124245526c5.zip
Bugfix from Claudio Fleiner <claudio@fleiner.com>
-rw-r--r--procps/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/Makefile.in b/procps/Makefile.in
index 150d2c31d..f16b36976 100644
--- a/procps/Makefile.in
+++ b/procps/Makefile.in
@@ -22,7 +22,7 @@ ifndef $(PROCPS_DIR)
22PROCPS_DIR:=$(TOPDIR)procps/ 22PROCPS_DIR:=$(TOPDIR)procps/
23endif 23endif
24 24
25PROCPS-:= 25PROCPS-y:=
26PROCPS-$(CONFIG_FREE) += free.o 26PROCPS-$(CONFIG_FREE) += free.o
27PROCPS-$(CONFIG_KILL) += kill.o 27PROCPS-$(CONFIG_KILL) += kill.o
28PROCPS-$(CONFIG_PIDOF) += pidof.o 28PROCPS-$(CONFIG_PIDOF) += pidof.o