mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-17 00:20:08 +00:00
Update.
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:
parent
ce33f7bed4
commit
8f48bfccb0
@ -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
1
malloc/Depend
Normal file
@ -0,0 +1 @@
|
||||
dlfcn
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user