1999-10-04  Ulrich Drepper  <drepper@cygnus.com>

	* malloc/Makefile: Add libdl dependency to libmemprof.so.
	* malloc/Depend: New file.
This commit is contained in:
Ulrich Drepper 1999-10-04 22:59:43 +00:00
parent ce33f7bed4
commit 8f48bfccb0
3 changed files with 9 additions and 0 deletions

View File

@ -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

1
malloc/Depend Normal file
View File

@ -0,0 +1 @@
dlfcn

View 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