diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-24 08:24:41 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-24 08:24:41 +0000 |
commit | 7fa51e4bf7de8c54834ab28f1efc68109967f5d4 (patch) | |
tree | f4035ad107396d28c952c4bbcdbf15df84b1453c | |
parent | 6631269ca052050d96e2dcfbb6a641a75aaf34c2 (diff) | |
download | busybox-w32-7fa51e4bf7de8c54834ab28f1efc68109967f5d4.tar.gz busybox-w32-7fa51e4bf7de8c54834ab28f1efc68109967f5d4.tar.bz2 busybox-w32-7fa51e4bf7de8c54834ab28f1efc68109967f5d4.zip |
Oops. As Aaron Lehmann <aaronl@vitelus.com> just noticed,
I forgot to add procps to the SUBDIR list
git-svn-id: svn://busybox.net/trunk/busybox@3570 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,8 +202,8 @@ endif | |||
202 | 202 | ||
203 | 203 | ||
204 | SUBDIRS =applets archival console-tools editors fileutils findutils init \ | 204 | SUBDIRS =applets archival console-tools editors fileutils findutils init \ |
205 | miscutils modutils networking pwd_grp shell shellutils sysklogd \ | 205 | miscutils modutils networking procps pwd_grp shell shellutils \ |
206 | textutils util-linux libbb | 206 | sysklogd textutils util-linux libbb |
207 | 207 | ||
208 | bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) | 208 | bbsubdirs: $(patsubst %, _dir_%, $(SUBDIRS)) |
209 | 209 | ||