mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-21 10:18:36 +00:00
-lm is no longer needed, from Tiago Cunha.
This commit is contained in:
parent
0588168a64
commit
4697b35d4f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue