From: Eric Andersen Date: Mon, 30 Sep 2002 20:53:38 +0000 (-0000) Subject: Bugfix from Claudio Fleiner X-Git-Tag: 0_60_5~41 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=506177df7f69e4edba8096af6cafe124245526c5;p=oweals%2Fbusybox.git Bugfix from Claudio Fleiner --- 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) PROCPS_DIR:=$(TOPDIR)procps/ endif -PROCPS-:= +PROCPS-y:= PROCPS-$(CONFIG_FREE) += free.o PROCPS-$(CONFIG_KILL) += kill.o PROCPS-$(CONFIG_PIDOF) += pidof.o