summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-16 12:34:42 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-16 12:34:42 +0000
commitaa57f51ec0f5e7df402cdb9299c623d6a7fd4551 (patch)
tree221b5c8cdc5e1ec429032205ee20f5eaa1ab1e5f /libc
parent8ae4f3e755c8d0d60dc513d3dbab5d300f2b1701 (diff)
We don't need the debug versions
Diffstat (limited to 'libc')
-rw-r--r--libc/stdlib/malloc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile
index 2454a8a2b..64aad319a 100644
--- a/libc/stdlib/malloc/Makefile
+++ b/libc/stdlib/malloc/Makefile
@@ -24,8 +24,8 @@
TOPDIR=../../../
include $(TOPDIR)Rules.mak
-MSRC=alloc.c
-MOBJ=malloc_dbg.o free_dbg.o calloc_dbg.o realloc_dbg.o
+#MSRC=alloc.c
+#MOBJ=malloc_dbg.o free_dbg.o calloc_dbg.o realloc_dbg.o
MSRC1=malloc.c
MOBJ1=_avl_support.o _free_support.o _malloc_init.o _realloc_no_move.o calloc.o \