From 2b967aa1d2d055e01228c50aee54c83ea0590c1f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Apr 2009 22:40:52 +0000 Subject: [PATCH] getopt_long.c not getopt.c --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 0b5778d7..4254e241 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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