Pārlūkot izejas kodu

Fix up the 'make clean' target

Eric Andersen 23 gadi atpakaļ
vecāks
revīzija
5546739e9f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)