diff options
-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 |