summaryrefslogtreecommitdiff
path: root/libm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libm/Makefile')
-rw-r--r--libm/Makefile2
1 files changed, 1 insertions, 1 deletions
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)