From b99f984429d05c0c30b22693b2eeba3170dba71c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 May 2001 16:20:40 +0000 Subject: Fix 'make clean' target --- libc/sysdeps/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/Makefile') diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index cc85504e2..87aa1f3a3 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak DIRS = common $(TARGET_ARCH) -ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*) +ALL_SUBDIRS = arm common i386 m68k powerpc sh sparc all: libc.a -- cgit v1.2.3