mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	getopt_long.c not getopt.c
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user