diff options
Diffstat (limited to 'libc/stdlib/Makefile')
-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 \ |