summaryrefslogtreecommitdiff
path: root/libc/stdlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-11 16:21:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-11 16:21:36 +0000
commit007b8e2060ccae6159a36c52db42d04b13fa2b6f (patch)
treea740a8c6a0baa0c3edee464738ae062d8b9d8e58 /libc/stdlib
parentb99f984429d05c0c30b22693b2eeba3170dba71c (diff)
Fix up the 'make clean' target
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 46276668b..7bf0d5331 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
DIRS = $(MALLOC)
-ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*)
+ALL_SUBDIRS = malloc malloc-930716 malloc-simple
MSRC=strto_l.c
MOBJ=strtol.o strtoul.o strto_l.o