summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-09-09 21:43:26 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-09-09 21:43:26 +0000
commit6b664bc31290c6f33590e5935b1da25cf1361334 (patch)
treef9e1ab7f131ff03c77997ca8b0b5e87b4d8846d9 /libc/stdlib/Makefile
parent8780d38cca6879580b0315aac5ac51e0f4957367 (diff)
Remove malloc_simple from subdir list.
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 4faf85010..aa311afcb 100644
--- a/libc/stdlib/Makefile
+++ b/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 \