Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 Oct 1999 22:59:43 +0000 (22:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 Oct 1999 22:59:43 +0000 (22:59 +0000)
1999-10-04  Ulrich Drepper  <drepper@cygnus.com>

* malloc/Makefile: Add libdl dependency to libmemprof.so.
* malloc/Depend: New file.

ChangeLog
malloc/Depend [new file with mode: 0644]
malloc/Makefile

index a970549..2eddb29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
+
+       * malloc/Makefile: Add libdl dependency to libmemprof.so.
+       * malloc/Depend: New file.
+
 1999-10-04  Andreas Jaeger  <aj@suse.de>
 
        * timezone/README: Change wording to not mention the current
diff --git a/malloc/Depend b/malloc/Depend
new file mode 100644 (file)
index 0000000..910c6d9
--- /dev/null
@@ -0,0 +1 @@
+dlfcn
index 68f5d10..eb65637 100644 (file)
@@ -98,3 +98,6 @@ $(objpfx)mtrace: mtrace.pl
        sed -e 's|@PERL@|$(PERL)|' -e 's|@XXX@|$(address-width)|' \
            -e 's|@VERSION@|$(version)|' $^ > $@.new \
        && rm -fr $@ && mv $@.new $@ && chmod +x $@
+
+# The implementation uses `dlsym'
+$(objpfx)libmemprof.so: $(common-objpfx)dlfcn/libdl.so