From 90d471bfdf2b13fa96b132dc5b35aa669a57480a Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 19 Sep 2003 10:01:08 +0000 Subject: Add dependencies on header files. --- libc/stdlib/malloc/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libc') diff --git a/libc/stdlib/malloc/Makefile b/libc/stdlib/malloc/Makefile index d722d1dc3..8f214880c 100644 --- a/libc/stdlib/malloc/Makefile +++ b/libc/stdlib/malloc/Makefile @@ -1,7 +1,7 @@ # Makefile for uClibc # -# Copyright (C) 2002 NEC Corporation -# Copyright (C) 2002 Miles Bader +# Copyright (C) 2002,03 NEC Electronics Corporation +# Copyright (C) 2002,03 Miles Bader # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Library General Public License as published by the Free @@ -47,6 +47,9 @@ $(LIBC): ar-target ar-target: $(OBJS) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) +malloc.o free.o realloc.o memalign.o: malloc.h +$(COBJS): heap.h + # Depend on uClinux_config.h to cache changes in __UCLIBC_MALLOC_DEBUGGING__ $(COBJS): %.o : %.c ../../../include/bits/uClibc_config.h $(CC) $(CFLAGS) -c $< -o $@ -- cgit v1.2.3