[uClibc-cvs] uClibc/libc/stdlib/malloc Makefile,1.28,1.29

Miles Bader miles at uclibc.org
Fri Sep 19 10:01:11 UTC 2003


Update of /var/cvs/uClibc/libc/stdlib/malloc
In directory winder:/tmp/cvs-serv8422

Modified Files:
	Makefile 
Log Message:
Add dependencies on header files.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/stdlib/malloc/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	21 Nov 2002 06:06:21 -0000	1.28
+++ Makefile	19 Sep 2003 10:01:08 -0000	1.29
@@ -1,7 +1,7 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2002  NEC Corporation
-# Copyright (C) 2002  Miles Bader <miles at gnu.org>
+# Copyright (C) 2002,03  NEC Electronics Corporation
+# Copyright (C) 2002,03  Miles Bader <miles at gnu.org>
 #
 # 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 @@
 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 $@




More information about the uClibc-cvs mailing list