mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
-lm is no longer needed, from Tiago Cunha.
This commit is contained in:
parent
0588168a64
commit
4697b35d4f
4
Makefile
4
Makefile
@ -44,7 +44,7 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
|||||||
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
||||||
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||||
|
|
||||||
LDADD= -lutil -lcurses -levent -lm
|
LDADD= -lutil -lcurses -levent
|
||||||
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} ${LIBM}
|
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user