[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r13770 - in /trunk/libc: ChangeLog.eglibc malloc/Makefile



Author: nathan
Date: Wed May 11 07:18:02 2011
New Revision: 13770

Log:
	* malloc/Makefile (libmemusage.so): Add libc_nonshared.a dependency.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/malloc/Makefile

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Wed May 11 07:18:02 2011
@@ -1,3 +1,7 @@
+2011-05-11  Nathan Sidwell  <nathan@xxxxxxxxxxxxxxxx>
+
+	* malloc/Makefile (libmemusage.so): Add libc_nonshared.a dependency.
+
 2011-02-28  Pierre Ynard  <linkfanel@xxxxxxxx>
 
 	[BZ #12492]

Modified: trunk/libc/malloc/Makefile
==============================================================================
--- trunk/libc/malloc/Makefile (original)
+++ trunk/libc/malloc/Makefile Wed May 11 07:18:02 2011
@@ -159,7 +159,8 @@
 
 
 # The implementation uses `dlsym'
-$(objpfx)libmemusage.so: $(common-objpfx)dlfcn/libdl.so $(elfobjdir)/ld.so
+$(objpfx)libmemusage.so: $(common-objpfx)dlfcn/libdl.so $(elfobjdir)/ld.so \
+			$(common-objpfx)libc_nonshared.a
 
 # Extra dependencies
 $(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c