ソースを参照

Fix up the 'make clean' target

Eric Andersen 23 年 前
コミット
007b8e2060
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libc/stdlib/Makefile

+ 1 - 1
libc/stdlib/Makefile

@@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak
 LIBC=$(TOPDIR)libc.a
 
 DIRS = $(MALLOC)
-ALL_SUBDIRS = $(shell find * -type d -prune -name [a-z]\*)
+ALL_SUBDIRS = malloc malloc-930716 malloc-simple
 
 MSRC=strto_l.c
 MOBJ=strtol.o strtoul.o strto_l.o