mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 09:58:52 +00:00
getopt_long.c not getopt.c
This commit is contained in:
parent
74dfb503a8
commit
2b967aa1d2
@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile,v 1.86 2009-04-29 22:35:45 nicm Exp $
|
||||
# $Id: GNUmakefile,v 1.87 2009-04-29 22:40:52 nicm Exp $
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
@ -95,7 +95,7 @@ endif
|
||||
ifeq ($(shell uname),SunOS)
|
||||
INCDIRS+= -Icompat -I/usr/include/ncurses
|
||||
SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c \
|
||||
compat/asprintf.c compat/fgetln.c compat/getopt.c
|
||||
compat/asprintf.c compat/fgetln.c compat/getopt_long.c
|
||||
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
|
||||
-DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \
|
||||
-DBROKEN_GETOPT -DNO_QUEUE_H
|
||||
|
Loading…
Reference in New Issue
Block a user