Преглед изворни кода

Fix up the 'make clean' target

Eric Andersen пре 23 година
родитељ
комит
5546739e9f
1 измењених фајлова са 1 додато и 1 уклоњено
  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)