Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
1999-10-04  Ulrich Drepper  <drepper@cygnus.com>

	* malloc/Makefile: Add libdl dependency to libmemprof.so.
	* malloc/Depend: New file.
  • Loading branch information
Ulrich Drepper committed Oct 4, 1999
1 parent ce33f7b commit 8f48bfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions malloc/Depend
@@ -0,0 +1 @@
dlfcn
3 changes: 3 additions & 0 deletions malloc/Makefile
Expand Up @@ -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

0 comments on commit 8f48bfc

Please sign in to comment.