Parcourir la source

Remove malloc_simple from subdir list.

Manuel Novoa III il y a 23 ans
Parent
commit
6b664bc312
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      libc/stdlib/Makefile

+ 1 - 1
libc/stdlib/Makefile

@@ -25,7 +25,7 @@ TOPDIR=../../
 include $(TOPDIR)Rules.mak
 
 DIRS = $(MALLOC)
-ALL_SUBDIRS = malloc malloc-930716 malloc-simple
+ALL_SUBDIRS = malloc malloc-930716
 
 MSRC = stdlib.c
 MOBJ = abs.o labs.o atoi.o atol.o strtol.o strtoul.o _stdlib_strto_l.o \