Pārlūkot izejas kodu

Fix up the 'make clean' target

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