From 14a41e5eedff22ce6feb166ae6c7e8e14dac6159 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 19 Aug 2002 08:49:22 +0000 Subject: (CSRC): Make contents source files, not object files. --- libc/stdlib/malloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/stdlib') diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile index 0fe75d811..97527621b 100644 --- a/libc/stdlib/malloc/Makefile +++ b/libc/stdlib/malloc/Makefile @@ -25,8 +25,8 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak # calloc.c can be found at uClibc/libc/stdlib/calloc.c -CSRC = malloc.o free.o realloc.o memalign.o \ - heap_alloc.o heap_alloc_at.o heap_free.o +CSRC = malloc.c free.c realloc.c memalign.c \ + heap_alloc.c heap_alloc_at.c heap_free.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) -- cgit v1.2.3