diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-11 18:12:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-11 18:12:08 +0000 |
commit | 5546739e9fb63a97165ea6e9176f9bc8ca672cc5 (patch) | |
tree | 0417806e5c06885f695b6ff743d430da53780f89 | |
parent | 9b39f1ce8980202bcd9db6be04b462e766d7d91c (diff) |
Fix up the 'make clean' target
-rw-r--r-- | libm/Makefile | 2 |
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) |