OSDN Git Service

Fix up the 'make clean' target
authorEric Andersen <andersen@codepoet.org>
Fri, 11 May 2001 18:12:08 +0000 (18:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 11 May 2001 18:12:08 +0000 (18:12 -0000)
libm/Makefile

index c151d7c..6beb52b 100644 (file)
@@ -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)