From 5546739e9fb63a97165ea6e9176f9bc8ca672cc5 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Fri, 11 May 2001 18:12:08 +0000
Subject: Fix up the 'make clean' target

---
 libm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libm/Makefile b/libm/Makefile
index c151d7cbd..6beb52b0a 100644
--- a/libm/Makefile
+++ b/libm/Makefile
@@ -37,7 +37,7 @@ endif
 ifeq ($(strip $(HAS_LONG_DOUBLE)),true)
 	DIRS+=ldouble
 endif
-ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*)
+ALL_SUBDIRS = float double ldouble
 
 all: $(LIBM)
 
-- 
cgit v1.2.3