diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-08-25 10:52:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-08-25 10:52:23 +0000 |
commit | 4697b35d4f84efb5ecd618d62cfa915535fd8020 (patch) | |
tree | e2dbaa4222d1cf708c5052c0c54cea9634fe8832 | |
parent | 0588168a64d9da2eb618b1e87e9774e33828e8c1 (diff) | |
download | rtmux-4697b35d4f84efb5ecd618d62cfa915535fd8020.tar.gz rtmux-4697b35d4f84efb5ecd618d62cfa915535fd8020.tar.bz2 rtmux-4697b35d4f84efb5ecd618d62cfa915535fd8020.zip |
-lm is no longer needed, from Tiago Cunha.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,7 +44,7 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align -LDADD= -lutil -lcurses -levent -lm -DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} ${LIBM} +LDADD= -lutil -lcurses -levent +DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} .include <bsd.prog.mk> |