From 0df9ca3e59529e01f34ab404d1245a79fe342d5f Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sun, 7 Apr 2013 14:40:29 +0200 Subject: Makefile: Remove dependency on libm.so --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 6eeedb9..d75b4c9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,7 +5,7 @@ INSTALL ?= install CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE CFLAGS += -W -Wall -O2 -pedantic -std=c99 -LIBS += -lm -lusb +LIBS += -lusb OBJS = main.o nolo.o printf-utils.o image.o fiasco.o device.o usb-device.o cold-flash.o operations.o local.o mkii.o disk.o cal.o BIN = 0xFFFF -- cgit v1.2.3