Explorar o código

Fix up the 'make clean' target

Eric Andersen %!s(int64=25) %!d(string=hai) anos
pai
achega
007b8e2060
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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