From 580ca83f5f52e7ac66638448d80f68631f0683bf Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 Aug 2000 09:10:26 +0000 Subject: * configure.in: Add `-lm' when checking for libgd. * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during linking. --- malloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/Makefile') diff --git a/malloc/Makefile b/malloc/Makefile index 7497908707..7cec63dde4 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -80,7 +80,7 @@ do-memusagestat: $(objpfx)memusagestat memusagestat-modules = memusagestat $(objpfx)memusagestat: $(memusagestat-modules:%=$(objpfx)%.o) - $(LINK.o) -o $@ $^ $(libgd-LDFLAGS) -lgd -lpng -lz + $(LINK.o) -o $@ $^ $(libgd-LDFLAGS) -lgd -lpng -lz -lm include ../Rules -- cgit 1.4.1