OSDN Git Service

We don't need the debug versions
authorEric Andersen <andersen@codepoet.org>
Tue, 16 Jul 2002 12:34:42 +0000 (12:34 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 16 Jul 2002 12:34:42 +0000 (12:34 -0000)
libc/stdlib/malloc/Makefile

index 2454a8a..64aad31 100644 (file)
@@ -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 \