From 8f48bfccb04b4fc8e9bf967694a8ff14af2e5347 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 4 Oct 1999 22:59:43 +0000 Subject: Update. 1999-10-04 Ulrich Drepper * malloc/Makefile: Add libdl dependency to libmemprof.so. * malloc/Depend: New file. --- malloc/Depend | 1 + malloc/Makefile | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 malloc/Depend (limited to 'malloc') diff --git a/malloc/Depend b/malloc/Depend new file mode 100644 index 0000000000..910c6d9152 --- /dev/null +++ b/malloc/Depend @@ -0,0 +1 @@ +dlfcn diff --git a/malloc/Makefile b/malloc/Makefile index 68f5d10aeb..eb6563777c 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -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 -- cgit 1.4.1