diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-11 16:20:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-11 16:20:40 +0000 |
commit | b99f984429d05c0c30b22693b2eeba3170dba71c (patch) | |
tree | 2768890481375021571945ed225110f81b3845a4 /libc/sysdeps | |
parent | 8942115905989a3a4f51a2ae9c642021c511df00 (diff) |
Fix 'make clean' target
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |