From e8ab09ac246806106a77a333246f42f3ce9ce835 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 12 Sep 2011 16:32:43 +0200 Subject: rewrite format_bytes() This removes the dependency on math.h/libm and is easier to understand. Signed-off-by: Florian Pritz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5717ec8..b976361 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ fb: fb.in sed 's|@VERSION@|$(VERSION)|; s|@LIBDIR@|$(LIBDIR)|' $< > $@ fb-helper: fb-helper.c - $(CC) $(CFLAGS) -lcurl -lm -o $@ $< + $(CC) $(CFLAGS) -lcurl -o $@ $< fb.1: fb.pod pod2man -c "" $< $@ -- cgit v1.2.3-24-g4f1b