diff options
author | Marcus Better <marcus@better.se> | 2011-07-20 13:13:58 +0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-07-20 16:29:41 +0200 |
commit | 3963bdfd72f1a0c619d507d0a824ff255746713f (patch) | |
tree | 64946a92fe93c80c86bbd5e29882b0554da7d763 | |
parent | 28d1d454f6b6871b8dab529cbfad8fb7bf416ecc (diff) | |
download | input-3963bdfd72f1a0c619d507d0a824ff255746713f.tar.gz |
do not link against libm
libm is not needed for the build, so avoid unnecessary reference.
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |