瀏覽代碼

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)