diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-09-30 20:53:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-09-30 20:53:38 +0000 |
commit | 506177df7f69e4edba8096af6cafe124245526c5 (patch) | |
tree | 9c176377d838aa7e6531e433766fcae4417bf078 | |
parent | 08a72209c9b5cb74d851ef5c3db8c16eee6f657d (diff) | |
download | busybox-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.in | 2 |
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) | |||
22 | PROCPS_DIR:=$(TOPDIR)procps/ | 22 | PROCPS_DIR:=$(TOPDIR)procps/ |
23 | endif | 23 | endif |
24 | 24 | ||
25 | PROCPS-:= | 25 | PROCPS-y:= |
26 | PROCPS-$(CONFIG_FREE) += free.o | 26 | PROCPS-$(CONFIG_FREE) += free.o |
27 | PROCPS-$(CONFIG_KILL) += kill.o | 27 | PROCPS-$(CONFIG_KILL) += kill.o |
28 | PROCPS-$(CONFIG_PIDOF) += pidof.o | 28 | PROCPS-$(CONFIG_PIDOF) += pidof.o |