OSDN Git Service

Fix up the 'make clean' target
authorEric Andersen <andersen@codepoet.org>
Fri, 11 May 2001 16:21:36 +0000 (16:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 11 May 2001 16:21:36 +0000 (16:21 -0000)
libc/stdlib/Makefile

index 4627666..7bf0d53 100644 (file)
@@ -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