mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Only need to build setenv.c once.
This commit is contained in:
parent
a9c6976268
commit
d98efa5378
5
configure
vendored
5
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: configure,v 1.51 2010-05-19 21:31:38 nicm Exp $
|
# $Id: configure,v 1.52 2010-06-05 18:14:29 nicm Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
# Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
@ -168,8 +168,7 @@ SRCS+= osdep-sunos.c \
|
|||||||
compat/vis.c \
|
compat/vis.c \
|
||||||
compat/unvis.c \
|
compat/unvis.c \
|
||||||
compat/imsg-buffer.c \
|
compat/imsg-buffer.c \
|
||||||
compat/imsg.c \
|
compat/imsg.c
|
||||||
compat/setenv.c
|
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user