chiark / gitweb /
Fixing a few issues - makefile goofs.
[wiringPi.git] / gpio / Makefile
index e998d8464be8b089af20e6c0179ffc74f6e7293f..7dcd090a3d6954f938e5e2251e0ae3dfe93e4215 100644 (file)
@@ -37,7 +37,7 @@ INCLUDE       = -I$(DESTDIR)$(PREFIX)/include
 CFLAGS = $(DEBUG) -Wall $(INCLUDE) -Winline -pipe
 
 LDFLAGS        = -L$(DESTDIR)$(PREFIX)/lib
-LIBS    = -lwiringPi -lwiringPiDev -lpthread -lm
+LIBS    = -lwiringPi -lwiringPiDev -lpthread
 
 # May not need to  alter anything below this line
 ###############################################################################