From 007b8e2060ccae6159a36c52db42d04b13fa2b6f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 May 2001 16:21:36 +0000 Subject: Fix up the 'make clean' target --- libc/stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/Makefile') 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 -- cgit v1.2.3