summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-11 18:12:08 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-11 18:12:08 +0000
commit5546739e9fb63a97165ea6e9176f9bc8ca672cc5 (patch)
tree0417806e5c06885f695b6ff743d430da53780f89 /libm
parent9b39f1ce8980202bcd9db6be04b462e766d7d91c (diff)
Fix up the 'make clean' target
Diffstat (limited to 'libm')
-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)