소스 검색

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