diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-09-09 21:43:26 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-09-09 21:43:26 +0000 |
commit | 6b664bc31290c6f33590e5935b1da25cf1361334 (patch) | |
tree | f9e1ab7f131ff03c77997ca8b0b5e87b4d8846d9 | |
parent | 8780d38cca6879580b0315aac5ac51e0f4957367 (diff) |
Remove malloc_simple from subdir list.
-rw-r--r-- | libc/stdlib/Makefile | 2 |
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 \ |