diff options
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 857e2ebbd9..149dc7471f 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -244,9 +244,6 @@ $(objpfx)memusage: memusage.sh && rm -f $@ && mv $@.new $@ && chmod +x $@ -# The implementation uses `dlsym' -$(objpfx)libmemusage.so: $(libdl) - # Extra dependencies $(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c |