Explorar o código

Fix up the 'make clean' target

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
5546739e9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libm/Makefile

+ 1 - 1
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)