From 3963bdfd72f1a0c619d507d0a824ff255746713f Mon Sep 17 00:00:00 2001 From: Marcus Better Date: Wed, 20 Jul 2011 13:13:58 +0300 Subject: do not link against libm libm is not needed for the build, so avoid unnecessary reference. --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 32845c5..73bae9d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,6 @@ include mk/Variables.mk # add our flags + libs CFLAGS += -DVERSION='"$(VERSION)"' -LDLIBS += -lm # build TARGETS := lsinput input-events input-kbd input-send input-recv lircd.conf -- cgit